Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-20 Thread Valeriy Ponomaryov
Dep "MySQL-python" is already in test-requirements.txt file. As Andreas said, second one "mysql-devel" is C lib and can not be installed via pip. So, project itself, as all projects in OpenStack, can not install it. C lib deps are handled by Devstack, if it is used. See: https://github.com/opensta

Re: [openstack-dev] [nova] 2 weeks in the bug tracker

2014-09-20 Thread Kevin Benton
I think we are limited by the statuses available in launchpad, which doesn't have a stale status. [1] 1. https://help.launchpad.net/Bugs/Statuses On Sat, Sep 20, 2014 at 7:25 PM, Preston L. Bannister wrote: > This is great. On the point of: > >> If an Incomplete bug has no response after 30 days

Re: [openstack-dev] [nova] 2 weeks in the bug tracker

2014-09-20 Thread Preston L. Bannister
This is great. On the point of: If an Incomplete bug has no response after 30 days it's fair game to > close (Invalid, Opinion, Won't Fix). How about "Stale" ... since that is where it is. (How hard to add a state?) On Fri, Sep 19, 2014 at 6:13 AM, Sean Dague wrote: > I've spent the better

Re: [openstack-dev] [Neutron] Enabling vlan trunking on neutron port.

2014-09-20 Thread Ian Wells
Aaron: untrue. It does, but OVS doesn't, and so networks implemented with the OVS driver will drop packets. Use Linuxbridge instead. -- Ian. On 19 September 2014 22:27, Aaron Rosen wrote: > Neutron doesn't allow you to send tagged traffic from the guest today > https://github.com/openstack/ne

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-20 Thread Alex Leonhardt
And yet it's a dependency so I'm with Deepak and it should at least be mentioned in the prerequisites on a webpage somewhere .. :) I might even try and update/add that myself as it caught me out a few times too.. Alex On 20 Sep 2014 12:44, "Andreas Jaeger" wrote: > On 09/20/2014 09:34 AM, Deepa

[openstack-dev] [Neutron] - what integration with Keystone is allowed?

2014-09-20 Thread Kevin Benton
Hello all, A patch has come up to query keystone for tenant names in the IBM plugin.[1] As I understand it, this was one of the reasons another mechanism driver was reverted.[2] Can we get some clarity on the level of integration with Keystone that is permitted? Thanks 1. https://review.openstac

Re: [openstack-dev] Oslo final releases ready

2014-09-20 Thread Michael Still
And the python-novaclient release has now been done. Thanks, Michael On Sat, Sep 20, 2014 at 6:53 AM, Michael Still wrote: > Thanks. That's now approved and we're waiting for the merge. > > Michael > > On Fri, Sep 19, 2014 at 7:30 PM, Andrey Kurilin wrote: >> Here you are!:) >> https://review.o

Re: [openstack-dev] [Neutron][QoS] Applying QoS as Quota

2014-09-20 Thread Carlino, Chuck
Right! If the wiki is up to date, you can look there. (I guess I assumed you had already checked that out since it's had much more exposure than port templates). Also, you should check out flavors: https://blueprints.launchpad.net/neutron/+spec/ne

Re: [openstack-dev] [infra] [manila] Gerrit downtime Friday September 19

2014-09-20 Thread Jeremy Stanley
On 2014-09-16 21:42:49 + (+), Jeremy Stanley wrote: > The project infrastructure team will be taking the Gerrit service on > review.openstack.org offline briefly from 20:30 to 21:00 UTC this > Friday, September 19 in an effort to move the newly-approved Shared > File Systems program reposit

Re: [openstack-dev] No one replying on tempest issue?Please share your experience

2014-09-20 Thread Nikesh Kumar Mahalka
Still i didnot get any reply. Now i ran below command: ./run_tempest.sh tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTest.test_volume_from_snapshot and i am getting test failed. Actually,after analyzing tempest.log,i found that: during creation of a volume from snapshot,tearDownClas

[openstack-dev] oslo.db 1.0.1 released

2014-09-20 Thread Doug Hellmann
The Oslo team has released oslo.db 1.0.1, a patch release on the final version of the library released for juno. This update includes a fix for a test fixture class that has been causing some stability problems in the nova gate. https://launchpad.net/oslo.db/+milestone/1.0.1 Doug

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-20 Thread Andreas Jaeger
On 09/20/2014 09:34 AM, Deepak Shetty wrote: > thanks , that worked. > Any idea why it doesn't install it automatically and/or it isn't present > in requirements.txt ? > I thought that was the purpose of requirements.txt ? AFAIU requirements.txt has only python dependencies while mysql-devel is a

Re: [openstack-dev] [Heat][Zaqar] Integration plan moving forward

2014-09-20 Thread Robert Collins
On 20 September 2014 17:20, Monty Taylor wrote: >> At least initially we'll need to do both, since not everybody has Zaqar. >> If we can not have events at all in v2 of the API that would be >> fantastic though :) > > Yeah - don't forget the folks who are deploying heat in standalone mode > who

Re: [openstack-dev] [Neutron][QoS] Applying QoS as Quota

2014-09-20 Thread Giuseppe Cossu
Kevin, I'm aware of the blueprint. Actually I've tried to make it work, but the rules are not applied to the OVS bridge. Moreover there are these limitations: 1. it considers only dscp and rate limit 2. it doesn't introduce a way to manage these policy (i.e. from the admin side) Anyway it's a good

[openstack-dev] Oslo messaging vs zaqar

2014-09-20 Thread Geoff O'Callaghan
Hi all, I'm just trying to understand the messaging strategy in openstack.It seems we have at least 2 messaging layers. Oslo.messaging and zaqar, Can someone explain to me why there are two? To quote from the zaqar faq : - How does Zaqar compare to oslo.messaging? oslo.messsaging is

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-20 Thread Deepak Shetty
thanks , that worked. Any idea why it doesn't install it automatically and/or it isn't present in requirements.txt ? I thought that was the purpose of requirements.txt ? On Sat, Sep 20, 2014 at 12:00 PM, Valeriy Ponomaryov < vponomar...@mirantis.com> wrote: > These should help: > sudo yum -y inst

Re: [openstack-dev] [oslo] zeromq work for kilo

2014-09-20 Thread Li Ma
Hi all, I almost lost this new thread for discussing with ZeroMQ issue. On 2014/9/19 5:29, Eric Windisch wrote: I believe it makes good sense for all drivers, in the long term. However, the most immediate benefits would be in offloading any drivers that need substantial work or improvements,