Re: [openstack-dev] [TripleO] Bug Squashing Day

2014-12-18 Thread Gregory Haynes
Excerpts from Gregory Haynes's message of 2014-12-16 19:47:54 +: On Wed, Dec 10, 2014 at 10:36 PM, Gregory Haynes g...@greghaynes.net wrote: A couple weeks ago we discussed having a bug squash day. AFAICT we all forgot, and we still have a huge bug backlog. I'd like to propose

Re: [openstack-dev] Topic: Reschedule Router to a different agent with multiple external networks.

2014-12-18 Thread Oleg Bondarev
Hi Swaminathan Vasudevan, please check the following docstring of L3_NAT_dbonly_mixin._check_router_needs_rescheduling: *def _check_router_needs_rescheduling(self, context, router_id, gw_info):* *Checks whether router's l3 agent can handle the given network* *When

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-18 Thread Eduard Matei
Hi, Seems i can't install using puppet on the jenkins master using install_master.sh from https://raw.githubusercontent.com/rasselin/os-ext-testing/master/puppet/install_master.sh because it's running Ubuntu 11.10 and it appears unsupported. I managed to install puppet manually on master and

[openstack-dev] [nova][resend with correct subject prefix] ask for usage of quota reserve

2014-12-18 Thread Eli Qiao(Li Yong Qiao)
hi all, can anyone tell if we call quotas.reserve() but never call quotas.commit() or quotas.rollback(). what will happen? for example: 1. when doing resize, we call quotas.reserve() to reservea a delta quota.(new_flavor - old_flavor) 2. for some reasons, nova-compute crashed, and not

Re: [openstack-dev] [nova] Complexity check and v2 API

2014-12-18 Thread Pasquale Porreca
Yes, for v2.1 there is not this problem, moreover v2.1 corresponding server.py has much lower complexity than v2 one. On 12/17/14 20:10, Christopher Yeoh wrote: Hi, Given the timing (no spec approved) it sounds like a v2.1 plus microversions (just merging) with no v2 changes at all. The

[openstack-dev] [TripleO] How do the CI clouds work?

2014-12-18 Thread Steve Kowalik
Hai, I am finding myself at a loss at explaining how the CI clouds that run the tripleo jobs work from end-to-end. I am clear that we have a tripleo deployment running on those racks, with a seed, a HA undercloud and overcloud, but then I'm left with a number of questions, such as:

[openstack-dev] [OpenStack-dev][Cinder] Driver stats return value: infinite or unavailable

2014-12-18 Thread Eduard Matei
Hi everyone, We're in a bit of a predicament regarding review: https://review.openstack.org/#/c/130733/ Two days ago it got a -1 from John G asking to change infinite to unavailable although the docs clearly say that If the driver is unable to provide a value for free_capacity_gb or

Re: [openstack-dev] HTTPS for spice console

2014-12-18 Thread Jordan Pittier
Hi, You'll need a recent version of spice-html5. Because this commit here http://cgit.freedesktop.org/spice/spice-html5/commit/?id=293d405e15a4499219fe81e830862cc2b1518e3e is recent. Jordan On Wed, Dec 17, 2014 at 11:29 PM, Akshik DBK aks...@outlook.com wrote: Are there any recommended

Re: [openstack-dev] [Neutron] [RFC] Floating IP idea solicitation and collaboration

2014-12-18 Thread A, Keshava
Hi Thomas, Basically as per your thought, extend the 'vpn-label' to OVS itself. So that, when MPLS-over-GRE packet comes from OVS , use that incoming label to index respective VPN table at DC-Edge side ? Question: 1. Who tells which label to use to OVS ? You are thinking to

Re: [openstack-dev] [nova][resend with correct subject prefix] ask for usage of quota reserve

2014-12-18 Thread Chen CH Ji
AFAIK, quota will expire in 24 hours cfg.IntOpt('reservation_expire', default=86400, help='Number of seconds until a reservation expires'), Best Regards! Kevin (Chen) Ji 纪 晨 Engineer, zVM Development, CSTL Notes: Chen CH Ji/China/IBM@IBMCN Internet:

[openstack-dev] [Fuel] Support of warnings in Fuel UI

2014-12-18 Thread Julia Aranovich
Hi All, First of all, I would like to inform you that support of warnings was added on Settings tab in Fuel UI. Now you can add 'message' attribute to setting restriction and it will be displayed as a tooltip on the tab http://s4.postimg.org/hlxumo2sd/setting_warning.png if restriction condition

[openstack-dev] [third party][neutron] - OpenDaylight CI failing for past 6 days

2014-12-18 Thread Anil Venkata
Hi All Last successful build on OpenDaylight CI( https://jenkins.opendaylight.org/ovsdb/job/openstack-gerrit/ ) was 6 days back. After that, OpenDaylight CI Jenkins job is failing for all the patches. Can we remove the voting rights for the OpenDaylight CI until it is fixed? Thanks

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-18 Thread Punith S
Hi Eduard we tried running https://raw.githubusercontent.com/rasselin/os-ext-testing/master/puppet/install_master.sh on ubuntu master 12.04, and it appears to be working fine on 12.04. thanks On Thu, Dec 18, 2014 at 1:57 PM, Eduard Matei eduard.ma...@cloudfounders.com wrote: Hi, Seems i

[openstack-dev] [TripleO] Bug squashing followup

2014-12-18 Thread Derek Higgins
While bug squashing yesterday, I went through quite a lot of bugs closing those that were already fixed or no longer relevant, closing around 40 bugs. I eventually ran out of time, but I'm pretty sure if we split the task up between us we could weed out a lot more. What I'd like to do is, as a

Re: [openstack-dev] [glance] Option to skip deleting images in use?

2014-12-18 Thread Kuvaja, Erno
I think that's horrible idea. How do we do that store independent with the linking dependencies? We should not depend universal use case like this on limited subset of backends, specially non-OpenStack ones. Glance (nor Nova) should never depend having direct access to the actual medium where

[openstack-dev] [Neutron][L2Pop][HA Routers] Request for comments for a possible solution

2014-12-18 Thread Mike Kolesnik
Hi Neutron community members. I wanted to query the community about a proposal of how to fix HA routers not working with L2Population (bug 1365476[1]). This bug is important to fix especially if we want to have HA routers and DVR routers working together. [1]

Re: [openstack-dev] [TripleO] How do the CI clouds work?

2014-12-18 Thread Derek Higgins
On 18/12/14 08:48, Steve Kowalik wrote: Hai, I am finding myself at a loss at explaining how the CI clouds that run the tripleo jobs work from end-to-end. I am clear that we have a tripleo deployment running on those racks, with a seed, a HA undercloud and overcloud, but then I'm left

Re: [openstack-dev] [Neutron][L2Pop][HA Routers] Request for comments for a possible solution

2014-12-18 Thread Gary Kotton
On 12/18/14, 2:06 PM, Mike Kolesnik mkole...@redhat.com wrote: Hi Neutron community members. I wanted to query the community about a proposal of how to fix HA routers not working with L2Population (bug 1365476[1]). This bug is important to fix especially if we want to have HA routers and DVR

Re: [openstack-dev] [Fuel] Support of warnings in Fuel UI

2014-12-18 Thread Vitaly Kramskikh
I also want to add that there is also a short form http://docs.mirantis.com/fuel-dev/develop/nailgun/customization/settings.html#restrictions for this: restrictions: - settings:common.libvirt_type.value != 'kvm': KVM only is supported There are also a few restrictions in

Re: [openstack-dev] [nova] Complexity check and v2 API

2014-12-18 Thread Pasquale Porreca
I created a bug report and proposed a fix for this issue: https://bugs.launchpad.net/nova/+bug/1403586 @Matthew Gilliard: I added you as reviewer for my patch, since you asked for it. Thanks to anyone that will want to review the bug report and the patch. On 12/18/14 09:33, Pasquale Porreca

[openstack-dev] [horizon] static files handling, bower/

2014-12-18 Thread Radomir Dopieralski
Hello, revisiting the package management for the Horizon's static files again, I would like to propose a particular solution. Hopefully it will allow us to both simplify the whole setup, and use the popular tools for the job, without losing too much of benefits of our current process. The

Re: [openstack-dev] [NFV][Telco] Service VM v/s its basic framework

2014-12-18 Thread Yuriy.Babenko
Hi, in the IRC meeting yesterday we agreed to work on the use-case for service function chaining as it seems to be important for a lot of participants [1]. We will prepare the first draft and share it in the TelcoWG Wiki for discussion. There is one blueprint in openstack on that in [2] [1]

Re: [openstack-dev] [Neutron] fixed ip info shown for port even when dhcp is disabled

2014-12-18 Thread John Belamaric
Hi Paddu, Take a look at what we are working on in Kilo [1] for external IPAM. While this does not address DHCP specifically, it does allow you to use an external source to allocate the IP that OpenStack uses, which may solve your problem. Another solution to your question is to invert the

Re: [openstack-dev] [third party][neutron] - OpenDaylight CI failing for past 6 days

2014-12-18 Thread Kyle Mestery
On Thu, Dec 18, 2014 at 4:44 AM, Anil Venkata anil.venk...@enovance.com wrote: Hi All Last successful build on OpenDaylight CI( https://jenkins.opendaylight.org/ovsdb/job/openstack-gerrit/ ) was 6 days back. After that, OpenDaylight CI Jenkins job is failing for all the patches. Can we

[openstack-dev] [All] Who needs a pair of hands to write tons of python code

2014-12-18 Thread Michael
Hi all, I am looking to write tons of code in python and looking for guidance. There are a lot of projects in openstack but it is hard to choose one. It also becomes harder when some of the components are aiming to become more stable instead of adding new feature. Regards, Michael

Re: [openstack-dev] [Neutron] vm can't get ipv6 address in ra mode:slaac + address mode: slaac

2014-12-18 Thread Jerry Zhao
It seems that radvd was not spawned successfully in l3-agent log: Dec 18 11:23:34 ci-overcloud-controller0-oxzkjphwfyw3 neutron-l3-agent: Stderr: '/usr/bin/neutron-rootwrap: Unauthorized command: ip netns exec qrouter-6066faaa-0e35-4e7b-8988-7337c493bad7 radvd -C

Re: [openstack-dev] [All] Who needs a pair of hands to write tons of python code

2014-12-18 Thread Boris Pavlovic
Michael, Rally project (https://github.com/stackforge/rally) needs hands! We have a billions of interesting, simple and complex tasks. Please join us at #openstack-rally IRC chat Thanks! Best regards, Boris Pavlovic On Thu, Dec 18, 2014 at 6:49 PM, Michael openstackger...@gmail.com wrote:

Re: [openstack-dev] [Neutron] vm can't get ipv6 address in ra mode:slaac + address mode: slaac

2014-12-18 Thread Jerry Zhao
I couldn't see anything wrong. in my l3.filters: [Filters] # arping arping: CommandFilter, arping, root # l3_agent sysctl: CommandFilter, sysctl, root route: CommandFilter, route, root radvd: CommandFilter, radvd, root # metadata proxy metadata_proxy: CommandFilter, neutron-ns-metadata-proxy,

Re: [openstack-dev] [Neutron] vm can't get ipv6 address in ra mode:slaac + address mode: slaac

2014-12-18 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I suspect that's some Red Hat distro, and radvd lacks SELinux context set to allow neutron l3 agent to spawn it. On 18/12/14 15:50, Jerry Zhao wrote: It seems that radvd was not spawned successfully in l3-agent log: Dec 18 11:23:34

Re: [openstack-dev] [All] Who needs a pair of hands to write tons of python code

2014-12-18 Thread Jeremy Stanley
On 2014-12-18 20:19:31 +0530 (+0530), Michael wrote: I am looking to write tons of code in python and looking for guidance. There are a lot of projects in openstack but it is hard to choose one. It also becomes harder when some of the components are aiming to become more stable instead of

Re: [openstack-dev] [All] Who needs a pair of hands to write tons of python code

2014-12-18 Thread Michael Krotscheck
StoryBoard is always looking for help, and we've got a nice roadmap that you can pull a feature from if you're so inclined: https://wiki.openstack.org/wiki/StoryBoard/Roadmap Come hang out on #storyboard and #openstack-infra :) Michael On Thu Dec 18 2014 at 6:52:28 AM Michael

Re: [openstack-dev] [NFV][Telco] Service VM v/s its basic framework

2014-12-18 Thread A, Keshava
Hi Yuriy Babenko, I am little worried about the direction we need to think about Service Chaining . OpenStack will focus on Service Chaining of its own internal features (like FWaaS, LBaaS, VPNasS , L2 Gateway Aas .. ? ) OR will it consider Service Chaining of ‘Service-VM’ also ? A. If we

[openstack-dev] [cinder] Multiple Backend for different volume_types

2014-12-18 Thread Chhavi Agarwal
Hi All, As per the below link multi-backend support :- https://wiki.openstack.org/wiki/Cinder-multi-backend Its mentioned that we currently only support passing a multi backend provider per volume_type. There can be 1 backend per volume_type, and the capacity scheduler kicks in and keeps the

Re: [openstack-dev] [Heat] Convergence proof-of-concept showdown

2014-12-18 Thread Gurjar, Unmesh
-Original Message- From: Zane Bitter [mailto:zbit...@redhat.com] Sent: Thursday, December 18, 2014 7:42 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Heat] Convergence proof-of-concept showdown On 17/12/14 13:05, Gurjar, Unmesh wrote: I'm storing a

Re: [openstack-dev] [Neutron] fixed ip info shown for port even when dhcp is disabled

2014-12-18 Thread Padmanabhan Krishnan
Hi John,Thanks for the pointers. I shall take a look and get back. Regards,Paddu On Thursday, December 18, 2014 6:23 AM, John Belamaric jbelama...@infoblox.com wrote: Hi Paddu, Take a look at what we are working on in Kilo [1] for external IPAM. While this does not address DHCP

Re: [openstack-dev] ask for usage of quota reserve

2014-12-18 Thread Kevin L. Mitchell
On Thu, 2014-12-18 at 15:34 +0800, Eli Qiao(Li Yong Qiao) wrote: can anyone tell if we call quotas.reserve() but never call quotas.commit() or quotas.rollback(). what will happen? A reservation is always created with an expiration time; by default, this expiration time is 86400 seconds (1 day)

Re: [openstack-dev] [Neutron][L2Pop][HA Routers] Request for comments for a possible solution

2014-12-18 Thread Mathieu Rohon
Hi mike, thanks for working on this bug : On Thu, Dec 18, 2014 at 1:47 PM, Gary Kotton gkot...@vmware.com wrote: On 12/18/14, 2:06 PM, Mike Kolesnik mkole...@redhat.com wrote: Hi Neutron community members. I wanted to query the community about a proposal of how to fix HA routers not working

Re: [openstack-dev] [pecan] [WSME] Different content-type in request and response

2014-12-18 Thread Doug Hellmann
On Dec 18, 2014, at 2:53 AM, Renat Akhmerov rakhme...@mirantis.com wrote: Doug, Sorry for trying to resurrect this thread again. It seems to be pretty important for us. Do you have some comments on that? Or if you need more context please also let us know. WSME has separate handlers for

Re: [openstack-dev] #PERSONAL# : Git checkout command for Blueprints submission

2014-12-18 Thread Edgar Magana
It is git checkout -b bp/bp_number Edgar From: Swati Shukla1 swati.shuk...@tcs.commailto:swati.shuk...@tcs.com Reply-To: openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Tuesday, December

Re: [openstack-dev] [Congress] Re: Placement and Scheduling via Policy

2014-12-18 Thread Tim Hinrichs
Hi all, Responses inline. On Dec 16, 2014, at 10:57 PM, ruby.krishnasw...@orange.commailto:ruby.krishnasw...@orange.com ruby.krishnasw...@orange.commailto:ruby.krishnasw...@orange.com wrote: Hi Tim All @Tim: I did not reply to openstack-dev. Do you think we could have an openstack list

Re: [openstack-dev] [Neutron][L2Pop][HA Routers] Request for comments for a possible solution

2014-12-18 Thread Mike Kolesnik
Hi Mathieu, Thanks for the quick reply, some comments inline.. Regards, Mike - Original Message - Hi mike, thanks for working on this bug : On Thu, Dec 18, 2014 at 1:47 PM, Gary Kotton gkot...@vmware.com wrote: On 12/18/14, 2:06 PM, Mike Kolesnik mkole...@redhat.com wrote:

Re: [openstack-dev] [Congress] Re: Placement and Scheduling via Policy

2014-12-18 Thread Tim Hinrichs
Hi Yathi, Thanks for the reminder about the nova solver scheduler. It’s definitely a cool idea to look at integrating the two systems! Ramki is definitely involved in this discussion. We thought placement was a good first example of a broad class of problems that a linear solver could help

Re: [openstack-dev] [Heat] Convergence proof-of-concept showdown

2014-12-18 Thread Clint Byrum
Excerpts from Anant Patil's message of 2014-12-16 07:36:58 -0800: On 16-Dec-14 00:59, Clint Byrum wrote: Excerpts from Anant Patil's message of 2014-12-15 07:15:30 -0800: On 13-Dec-14 05:42, Zane Bitter wrote: On 12/12/14 05:29, Murugan, Visnusaran wrote: -Original Message-

Re: [openstack-dev] [pecan] [WSME] Different content-type in request and response

2014-12-18 Thread Renat Akhmerov
Ok, Doug, we’ll look into it. Thanks Renat Akhmerov @ Mirantis Inc. On 18 Dec 2014, at 22:59, Doug Hellmann d...@doughellmann.com wrote: On Dec 18, 2014, at 2:53 AM, Renat Akhmerov rakhme...@mirantis.com mailto:rakhme...@mirantis.com wrote: Doug, Sorry for trying to resurrect

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-18 Thread Asselin, Ramy
Yes, Ubuntu 12.04 is tested as mentioned in the readme [1]. Note that the referenced script is just a wrapper that pulls all the latest from various locations in openstack-infra, e.g. [2]. Ubuntu 14.04 support is WIP [3] FYI, there’s a spec to get an in-tree 3rd party ci solution [4]. Please add

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-18 Thread Eduard Matei
Thanks for the input. I managed to get another master working (on Ubuntu 13.10), again with some issues since it was already setup. I'm now working towards setting up the slave. Will add comments to those reviews. Thanks, Eduard On Thu, Dec 18, 2014 at 7:42 PM, Asselin, Ramy

Re: [openstack-dev] [OpenStack-dev][Cinder] Driver stats return value: infinite or unavailable

2014-12-18 Thread John Griffith
On Thu, Dec 18, 2014 at 1:56 AM, Eduard Matei eduard.ma...@cloudfounders.com wrote: Hi everyone, We're in a bit of a predicament regarding review: https://review.openstack.org/#/c/130733/ Two days ago it got a -1 from John G asking to change infinite to unavailable although the docs clearly

Re: [openstack-dev] [OpenStack-dev][Cinder] Driver stats return value: infinite or unavailable

2014-12-18 Thread Eduard Matei
Thanks John, I updated to unknown. Eduard On Thu, Dec 18, 2014 at 8:09 PM, John Griffith john.griffi...@gmail.com wrote: On Thu, Dec 18, 2014 at 1:56 AM, Eduard Matei eduard.ma...@cloudfounders.com wrote: Hi everyone, We're in a bit of a predicament regarding review:

Re: [openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-18 Thread Satyasanjibani Rautaray
Hi Mike this Document helped a lot I may be missing something thing for which i need some help below is the details for which i require some help. i have a vim.pp file for testing which will install vim on the particular node which is not a part of controller or compute or any openstack

Re: [openstack-dev] [glance] Option to skip deleting images in use?

2014-12-18 Thread Chris St. Pierre
I wasn't suggesting that we *actually* use filesystem link count, and make hard links or whatever for every time the image is used. That's prima facie absurd, for a lot more reasons that you point out. I was suggesting a new database field that tracks the number of times an image is in use, by

[openstack-dev] [python-keystoneclient] python-keystoneclient 1.0.0 release

2014-12-18 Thread Morgan Fainberg
The Keystone development community would like to announce the release of python-keystoneclient 1.0.0. The move to the 1.x.x development branch was made to match the perception that the library has long been considered stable. Beyond the move to the stable release version, this release is no

[openstack-dev] [keystonemiddleware] Keystone Middleware 1.3.0 release

2014-12-18 Thread Morgan Fainberg
The Keystone development community would like to announce the 1.3.0 release of the keystone middleware package. This release can be installed from the following locations: * http://tarballs.openstack.org/keystonemiddleware * https://pypi.python.org/pypi/keystonemiddleware 1.3.0 --- *

Re: [openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-18 Thread Andrey Danin
It's enough for you to just create a new role in openstack.yaml and maybe some descriptions in UI components. Then you should capture this role in Puppet manifests. Look at the 'case' operator [1]. Just add a new case for your role and call your 'vim' class here. [1]

[openstack-dev] [Murano] Kilo-1 Dev Milestone Released!

2014-12-18 Thread Serg Melikyan
Hi folks, I am happy to announce that first Kilo milestone is now available. You can download the kilo-1 release and review the changes here: https://launchpad.net/murano/kilo/kilo-1 With this milestone we release several new and important features, that I would like to kindly ask to try and

Re: [openstack-dev] [Murano] Kilo-1 Dev Milestone Released!

2014-12-18 Thread Serg Melikyan
I forgot to mention that we also released handful of well-tested Murano application, that can be used both as example and as ready applications for your cloud. Application are available in our new repository: https://github.com/stackforge/murano-apps We released following applications in this

[openstack-dev] [nova][neutron] 12/18 nova meeting and k-1 milestone target recap highlights (and low-lights)

2014-12-18 Thread Matt Riedemann
In the Nova meeting today [1] we went over the k-1 milestone targets [2] in open discussion. I updated the etherpad with my notes. For the most part things are progressing nicely, the only thing that probably needs to be mentioned here is there was apparently some disconnect between the

[openstack-dev] [nova][sriov] SRIOV related specs pending for approval

2014-12-18 Thread Robert Li (baoli)
Hi, During the Kilo summit, the folks in the pci passthrough and SR-IOV groups discussed what we’d like to achieve in this cycle, and the result was documented in this Etherpad: https://etherpad.openstack.org/p/kilo_sriov_pci_passthrough To get the work going, we’ve submitted a few design

Re: [openstack-dev] [rally] Rally scenario for network scale with VMs

2014-12-18 Thread Boris Pavlovic
Ajay, Sorry for long reply. At this point Rally supports only benchmarking from temporary created users and tenants. Fortunately today we merged this Network context class: https://review.openstack.org/#/c/103306/96 it creates any amount of networks for each rally temporary tenant. So

Re: [openstack-dev] [nova][neutron] 12/18 nova meeting and k-1 milestone target recap highlights (and low-lights)

2014-12-18 Thread Kyle Mestery
On Thu, Dec 18, 2014 at 4:18 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: In the Nova meeting today [1] we went over the k-1 milestone targets [2] in open discussion. I updated the etherpad with my notes. For the most part things are progressing nicely, the only thing that probably

Re: [openstack-dev] [Mistral] For-each

2014-12-18 Thread Dmitri Zimine
Based on the feedback so far, I updated the document and added some more details from the comments and discussions. We still think for-each as a keyword confuses people by setting up some behavior expectations (e.g., it will run sequentially, you can work with data inside the loop, you can

Re: [openstack-dev] [rally] Rally scenario for network scale with VMs

2014-12-18 Thread Ajay Kalambur (akalambu)
I created a new scenario which scales on network and VM at same time. If you have no objection I would like to send out a review this week I actually have following reviews to do next week 1. Scenario for network stress I.e VM+ network with subnet with unique cidr. So in future we can add a

Re: [openstack-dev] [rally] Rally scenario for network scale with VMs

2014-12-18 Thread Boris Pavlovic
Ajay, Oh looks you are working hard on Rally. I am excited about your patches. By the way, one small advice is to share results and ideas that you have with community ASAP. it's perfectly to publish not ideal patches on review even if they don't have unit tests and doesn't work at all. Because

Re: [openstack-dev] [glance] Option to skip deleting images in use?

2014-12-18 Thread Jay Pipes
On 12/18/2014 02:08 PM, Chris St. Pierre wrote: I wasn't suggesting that we *actually* use filesystem link count, and make hard links or whatever for every time the image is used. That's prima facie absurd, for a lot more reasons that you point out. I was suggesting a new database field that

Re: [openstack-dev] [rally] Rally scenario for network scale with VMs

2014-12-18 Thread Ajay Kalambur (akalambu)
Ok ill get them out right away than . You should see some reviews coming in next week I will try the admin=True option and see if that works for me Ajay From: Boris Pavlovic bpavlo...@mirantis.commailto:bpavlo...@mirantis.com Reply-To: OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [Neutron] vm can't get ipv6 address in ra mode:slaac + address mode: slaac

2014-12-18 Thread Jerry Xinyu Zhao
I also saw that bugzilla bug report. but my vm is ubuntu 14.04. and i also have tried to run rootwrap command manually with sudo but still no avail. On Thu, Dec 18, 2014 at 7:03 AM, Ihar Hrachyshka ihrac...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I suspect that's

Re: [openstack-dev] [nova][sriov] SRIOV related specs pending for approval

2014-12-18 Thread Joe Gordon
On Thu, Dec 18, 2014 at 2:18 PM, Robert Li (baoli) ba...@cisco.com wrote: Hi, During the Kilo summit, the folks in the pci passthrough and SR-IOV groups discussed what we’d like to achieve in this cycle, and the result was documented in this Etherpad:

Re: [openstack-dev] [glance] Option to skip deleting images in use?

2014-12-18 Thread Chris St. Pierre
Presumably to prevent images from being deleted for arbitrary reasons that are left to the administrator(s) of each individual implementation of OpenStack, though. Using the protected flag to prevent images that are in use from being deleted obviates the ability to use it for arbitrary protection.

[openstack-dev] taskflow 0.6.0 released

2014-12-18 Thread Joshua Harlow
The Oslo team is pleased to announce the release of: taskflow 0.6.0: Taskflow structured state management library. For more details, please see the git log history below and: http://launchpad.net/taskflow/+milestone/0.6.0 Please report issues through launchpad:

Re: [openstack-dev] [Heat] Convergence proof-of-concept showdown

2014-12-18 Thread Zane Bitter
On 15/12/14 07:47, Murugan, Visnusaran wrote: We have similar questions regarding other areas in your implementation, which we believe if we understand the outline of your implementation. It is difficult to get a hold on your approach just by looking at code. Docs strings / Etherpad will help.

[openstack-dev] [nova] Volunteer for BP 'Improve Nova KVM IO support'

2014-12-18 Thread Rui Chen
Hi, Is Anybody still working on this nova BP 'Improve Nova KVM IO support'? https://blueprints.launchpad.net/nova/+spec/improve-nova-kvm-io-support I willing to complement nova-spec and implement this feature in kilo or subsequent versions. Feel free to assign this BP to me, thanks:) Best

[openstack-dev] [api] Analysis of current API design

2014-12-18 Thread Everett Toews
Hi All, At the recent API WG meeting [1] we discussed the need for more analysis of current API design. We need to get better at doing analysis of current API design as part of our guideline proposals. We are not creating these guidelines in a vacuum. The current design should be analyzed and

Re: [openstack-dev] [Mistral] For-each

2014-12-18 Thread Angus Salkeld
On Mon, Dec 15, 2014 at 8:00 PM, Nikolay Makhotkin nmakhot...@mirantis.com wrote: Hi, Here is the doc with suggestions on specification for for-each feature. You are free to comment and ask questions.

[openstack-dev] [tox] Connection to pypi.python.org timed out when installing markupsafe in tox

2014-12-18 Thread Tran, Steven
Hi, I'm new to Openstack tox and I run into this issue with tox, so hopefully someone can point me a direction on how to resolve it. I try to run tox and out of many packages, tox gets timed out installing markupsafe but not those before it. In fact, the failure is on oslo.db and

[openstack-dev] [cinder] [driver] DB operations

2014-12-18 Thread Amit Das
Hi Stackers, I have been developing a Cinder driver for CloudByte storage and have come across some scenarios where the driver needs to do create, read update operations on cinder database (volume_admin_metadata table). This is required to establish a mapping between OpenStack IDs with the