[openstack-dev] [cinder] Etherpad for the Cinder midcycle meetup

2015-01-10 Thread Mike Perez
The meetup will be in Austin, TX on January 27-29. You can find more information and post your topics on the etherpad: https://etherpad.openstack.org/p/cinder-kilo-midcycle-meetup -- Mike Perez __ OpenStack Development

Re: [openstack-dev] [Cinder] Cutoff deadlines for cinder drivers

2015-01-10 Thread Jay S. Bryant
I think what we discussed was that existing drivers were supposed to have something working by the end of k-2, or at least have something close to working. For new drivers they had to have 3rd party CI working by the end of Kilo. Duncan, correct me if I am wrong. Jay On 01/10/2015 04:52 PM,

Re: [openstack-dev] [oslo] dropping namespace packages

2015-01-10 Thread Jay S. Bryant
Ihar, I agree that we should do something to enforce using the appropriate namespace so that we don't have the wrong usage sneak in. I haven't gotten any rules written yet. Have had to attend to a family commitment the last few days. Hope that I can tackle the namspace changes next week.

[openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs?

2015-01-10 Thread Sunil Kumar
Not sure if its something seen by others. I hit this when I run tempest.scenario.test_network_basic_ops.TestNetworkBasicOps against master: 2015-01-10 17:45:13.227 5350 DEBUG neutron.plugins.ml2.plugin [req-2ab4b380-cf3a-4663-90c3-a05ef5f4da0f None] Deleting port

[openstack-dev] [all] Hacking 0.10 released

2015-01-10 Thread Joe Gordon
Hi all, I am happy to announce the release of hacking 0.10. Below is a list of whats new. Unlike most dependencies hacking changes are not automatically pushed out by the OpenStack Proposal Bot. In order to migrate to the new release each project will need a patch like this:

Re: [openstack-dev] Vancouver Design Summit format changes

2015-01-10 Thread Mike Perez
On 15:50 Fri 09 Jan , Thierry Carrez wrote: Hi everyone, The OpenStack Foundation staff is considering a number of changes to the Design Summit format for Vancouver, changes on which we'd very much like to hear your feedback. The problems we are trying to solve are the following: -

Re: [openstack-dev] [Cinder] Cutoff deadlines for cinder drivers

2015-01-10 Thread Mike Perez
On 14:42 Fri 09 Jan , Ivan Kolodyazhny wrote: Hi Erlon, We've got a thread mailing-list [1] for it and some details in wiki [2]. Anyway, need to get confirmation from our core devs and/or Mike. [1] http://lists.openstack.org/pipermail/openstack-dev/2014-October/049512.html [2]

Re: [openstack-dev] [cinder] Etherpad for the Cinder midcycle meetup

2015-01-10 Thread Jay S. Bryant
Mike, Thanks for putting this out there again. A reminder, if you are planning to attend, please update the etherpad so that I can get an accurate number in attendance and get all the security details set up. Thank you! Jay On 01/10/2015 04:00 PM, Mike Perez wrote: The meetup will be in

Re: [openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs?

2015-01-10 Thread Sunil Kumar
This trivial patch fixes the tracebacks: $ cat disassociate_floating_ips.patch --- neutron/db/l3_db.py.orig2015-01-10 22:20:30.101506298 -0800 +++ neutron/db/l3_db.py 2015-01-10 22:24:18.111479818 -0800 @@ -1257,4 +1257,4 @@ def notify_routers_updated(self, context, router_ids):