[openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Zang, Rui
Greetings, Forgive my alembic ignorance. I am writing some vender specific code that wants to create new DB tables for neutron. I have read the neutron/db/migration/README file, but still have something unclear. My current understanding is that for DB tables creation, I have to do something

[openstack-dev] [keystone] Reminder, no meeting 5/26

2015-05-25 Thread Morgan Fainberg
Since we are so close to the summit still and a number of people will be either on break or traveling, we will skip the next meeting and resume normal meeting scheduling on 6/2. Hope everyone enjoyed the summit! --Morgan Sent via mobile

[openstack-dev] Add tap device to ovs bridge when attach an interface to vm.

2015-05-25 Thread zhi
Hi, all. I want to add tap device to br-ex rather than linux bridge when attaching an interface to a vm. I find some code in nova/virt/libvirt/vif.py in function plug_ovs_hybrid like this utils.execute('brctl', 'addbr', br_name, run_as_root=True) . I find no place which add tap device to linux

[openstack-dev] [akanda] Monday dev meeting cancelled

2015-05-25 Thread sean roberts
Agenda would be to review the summit design session. I will put notes on the ML on this. -- ~sean __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] Why need br-int and br-tun in openstack neutron

2015-05-25 Thread Mike Kolesnik
- Original Message - Comments in-line. - Original Message - On 23 May 2015 at 04:43, Assaf Muller amul...@redhat.com wrote: There's no real reason as far as I'm aware, just an implementation decision. This is inaccurate. There is a reason(s), and this has

[openstack-dev] [tempest][qa][cinder] How to configure tempest with to test volume migration?

2015-05-25 Thread Sheng Bo Hou
Hi everyone, I am planning to add test cases for volume migration for cinder into tempest. I am wondering how to enable multiple back-ends for cinder in tempest, and connect to different back-ends. For example, I configure one back-end for LVM and the other is for IBM Storwize V7000 driver.

Re: [openstack-dev] [oslo][service] oslo.service puplic repositiry review request

2015-05-25 Thread Elena Ezhova
Hi all, The spec for the graduation of oslo.service [1] has merged. I created review requests to project-config [2] and governance [3] and would really welcome any reviews. Thanks, Elena [1] https://review.openstack.org/#/c/142659/9 [2] https://review.openstack.org/#/c/185324/ [3]

Re: [openstack-dev] [Fuel] python-fuelclient 6.1.0 is released

2015-05-25 Thread Roman Prykhodchenko
Oleg, The backend part of the client was not changed dramatically due to requirements for backwards compatibility issues. ATM we do have plans to support multiple versions of the Fuel API but the work is only being scoped now. The major technical issue is that Nailgun does not provide any

Re: [openstack-dev] [nova][oslo] RPC Asynchronous Communication

2015-05-25 Thread Victor Stinner
Hi Sahid, There is a work-in-progress work to change how concurrency is handled in openstack processes: Replace eventlet with ??? https://review.openstack.org/164035 The latest updates can be found in etherpads from the OpenStack Vancouver Summit: -

[openstack-dev] [nova] xen project retrigger

2015-05-25 Thread Gary Kotton
Hi, Anyone know how to retriever this CI? Thanks Gary __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

Re: [openstack-dev] [Fuel] Setting cluster status when provisioning a node

2015-05-25 Thread Aleksey Kasatkin
AFAIC, there are several problems (in API) here: 1. We cannot stop/reset particular nodes. 2. Cluster status doesn't address changes which were done via CLI. 3. Cluster status in its current form is not enough to manage cluster (i.e. to determine actions what can be applied to cluster at the

[openstack-dev] ?????? Add tap device to ovs bridge when attach aninterface to vm.

2015-05-25 Thread thuanqin
Hi zhi, I'm diving into nova vif codes this morning so I think I can give you an answer about it. Your guess is correct. If you use libvirt, you can find a xml file in your nova data directory. You can find following codes in this xml file: interface type=bridge mac

Re: [openstack-dev] [nova] xen project retrigger

2015-05-25 Thread Bob Ball
Hi Gary, It should have been included in the comment - what was the changeset that failed? For reference a recheck can be triggered with xen: recheck Thanks, Bob From: Gary Kotton [mailto:gkot...@vmware.com] Sent: 25 May 2015 16:21 To: OpenStack List Subject: [openstack-dev] [nova] xen

Re: [openstack-dev] [tempest][qa][cinder] How to configure tempest with to test volume migration?

2015-05-25 Thread Duncan Thomas
There doesn't seem to be an existing tempest test for this. I suggest writing the test so that it looks if there are two volume types defined, and if so uses them. Ideally you should test migration to and from lvm. There is offline migration (volume is available) and online migration (volume is

Re: [openstack-dev] [Neutron] Stepping down from Neutron core team

2015-05-25 Thread Miguel Ángel Ajo
Ahh, I missed this email while I was in the summit. Thank you for so many years of hard work Salvatore, as Edgar said, your “pedant” comments made it better. I will miss your sense of humor ;) Best, Miguel Ángel Ajo On Thursday, 21 de May de 2015 at 21:04, Gary Kotton wrote: -1 From:

Re: [openstack-dev] [Neutron] Stepping down from Neutron core team

2015-05-25 Thread Somanchi Trinath
My Score -1, Missing the comments.. ☹ From: Miguel Ángel Ajo [mailto:majop...@redhat.com] Sent: Monday, May 25, 2015 2:57 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Neutron] Stepping down from Neutron core team Ahh, I missed this email while

Re: [openstack-dev] [heat][nova]: anti-affinity policy via heat in IceHouse?

2015-05-25 Thread Dimitri Mazmanov
Here’s one way: heat_template_version: 2013-05-23 parameters: image: type: string default: TestVM flavor: type: string default: m1.micro network: type: string default: cirros_net2 resources: serv_1: type: OS::Nova::Server properties: image: {

Re: [openstack-dev] [Solum] OpenStack Design Summit Solum sessions

2015-05-25 Thread Thierry Carrez
Gilbert Pilz wrote: Looking at the Design Summit schedule and list of Etherpads it appears that there are no sessions scheduled for Solum. Is this correct? Right, Solum is not (yet?) an OpenStack project (in the big-tent sense) and therefore did not get a track at the L summit. AFAIK it did

[openstack-dev] [Fuel][HA][AMQP] RabbitMQ failover and downtime fixes

2015-05-25 Thread Bogdan Dobrelya
Folks, JFYI: There were several major RabbitMQ HA failover related bugs fixed for the Fuel 6.1 release scope. Short story: 1) the AMQP cluster failover time was dramatically shortened from ~350 to ~220 seconds in average. 2) there is *no more* a full cluster downtime expected while the failover

[openstack-dev] [rally][summit] Rally summit updates

2015-05-25 Thread Roman Vasilets
Thanks for presentation Rally team at Summit. Nice T-shirt at fist video! __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

[openstack-dev] Integrating Cloudkitty-dashboard to Horizon

2015-05-25 Thread Venkateswarlu P
Hi, Does anyone knows how to integrate Cloud-kitty dashboard to Horizon. Cloud-kitty - Rating as a service : module Thanks Venkatesh P __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [zaqar]

2015-05-25 Thread Li Tianqing
Yes. I mean trove guest agent. How can the vm send messages to rabbitmq in management network? -- Best Li Tianqing At 2015-05-23 04:43:28, Victoria Martínez de la Cruz victo...@vmartinezdelacruz.com wrote: Hi, So, what are you trying to do? With guest agent you are referring to Trove

Re: [openstack-dev] meeting with the zaqar team at summit; my notes

2015-05-25 Thread Li Tianqing
-- Best Li Tianqing At 2015-05-23 13:07:42, Zane Bitter zbit...@redhat.com wrote: On 22/05/15 19:01, Fox, Kevin M wrote: I believe that trove still needs the multi tenant isolation of a multi tenant message queue due to the fact that the vm runs in the tenant, and the tenant can

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Henry Gessau
On Mon, May 25, 2015, Zang, Rui rui.z...@intel.com wrote: Greetings, Forgive my alembic ignorance. I am writing some vender specific code that wants to create new DB tables for neutron. I have read the neutron/db/migration/README file, but still have something unclear. My current

Re: [openstack-dev] [glance] [kolla] [magnum] [nova] [neutron] Vancouver Summit Operations Containers Session

2015-05-25 Thread Flavio Percoco
On 22/05/15 12:35 -0700, Richard Raseley wrote: Daniel Comnea wrote: Since i couldn't attend the summit, are there any AIs which needs to happen/ take place and which i can keep an eye on? There weren't any action items, which aren't already (in whole or in part) in flight as part of their

[openstack-dev] [nova] I think nova behaves poorly when booting multiple instances

2015-05-25 Thread Chris Friesen
Hi all, I've just opened a bug around booting multiple instances at once, and it was suggested on IRC that I mention it here to broaden the discussion around the ideal behaviour. The bug is at: https://bugs.launchpad.net/nova/+bug/1458122 Basically the problem is this: When booting up

Re: [openstack-dev] [oslo][service] oslo.service puplic repositiry review request

2015-05-25 Thread Flavio Percoco
On 22/05/15 11:08 -0700, Davanum Srinivas wrote: Hi Elena, This looks good to me. thanks, dims On Thu, May 21, 2015 at 7:38 AM, Elena Ezhova eezh...@mirantis.com wrote: Hi, all! As the spec for the graduation of oslo.service [1] is about to merge I have created a public repository on github

Re: [openstack-dev] [nova] usefulness of device parameter at volumeAttachment

2015-05-25 Thread Géza Gémes
Thank you! I'll try it out and check whether it works there. Otherwise I think it would be good to get rid of it. Best regards, Geza On 05/24/2015 11:10 PM, Fox, Kevin M wrote: Honestly, I dont know. I dont use either. Just heard it was broken in kvm, but it was there because of xen.

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Armando M.
On 25 May 2015 at 08:23, Mike Bayer mba...@redhat.com wrote: On 5/25/15 10:24 AM, Henry Gessau wrote: Yes, unfortunately the autogenerate currently generates commands to drop all the FWaaS, LBaaS and VPNaaS tables since their models are not in the neutron tree. You can and should delete

[openstack-dev] [oslo] No meeting today

2015-05-25 Thread Davanum Srinivas
Hi all, Sorry for the late notice, since it is a US holiday and we all just met last week at the summit. Let's skip today's meeting and talk next week. thanks, dims -- Davanum Srinivas :: https://twitter.com/dims __

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Mike Bayer
On 5/25/15 10:24 AM, Henry Gessau wrote: Yes, unfortunately the autogenerate currently generates commands to drop all the FWaaS, LBaaS and VPNaaS tables since their models are not in the neutron tree. You can and should delete all these commands that are not related to your new models. We

Re: [openstack-dev] [openstackclient] [magnum] Review of object and actions for magnumclient implementation

2015-05-25 Thread Ronald Bradford
To summarize. I believe we have 3 decisions from my original email but I have also uncovered some more problems. 1. replication controller instead of rc Adrian, regarding rc and replication controller. The OSC uses verbose commands including multi words. This includes availability zone, volume

Re: [openstack-dev] meeting with the zaqar team at summit; my notes

2015-05-25 Thread Amrith Kumar
Flavio, Thanks for your response. I was waiting for your response before replying further. In parallel with the conversation with the Zaqar team, we started some other conversations (as you know) at the summit. Bruno (of Catalyst) is in the process of formalizing a blueprint for the Nova team

Re: [openstack-dev] meeting with the zaqar team at summit; my notes

2015-05-25 Thread Flavio Percoco
On 22/05/15 15:34 -0400, Zane Bitter wrote: On 22/05/15 11:48, Amrith Kumar wrote: I’m posting this to the mailing list to summarize my notes from a meeting at 5pm yesterday at Summit relative to Zaqar and lightweight multi-tenant messaging and how it may be applicable to a number of projects.

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Mike Bayer
On 5/25/15 12:34 PM, Armando M. wrote: One thing I would like to point out is that in this cycle we'll be working extensively in this area to make the very task you are working on easier to deal with, and better documented. This will fall under the umbrella of the blueprint [1]. HTH

[openstack-dev] [Ironic][oslo] Stepping down from oslo-ironic liaison

2015-05-25 Thread Ghe Rivero
My focus on the Ironic project has been decreasing in the last cycles, so it's about time to relinquish my position as a oslo-ironic liaison so new contributors can take over it and help ironic to be the vibrant project it is. So long, and thanks for all the fish, Ghe Rivero -- Pinky: Gee,

[openstack-dev] [magnum] team irc meeting reminder @ 1600 UTC

2015-05-25 Thread Steven Dake (stdake)
Hey folks, Just a quick reminder, we have a team meeting tomorrow at 1600 UTC on #openstack-meeting-alt. Look forward to seeing the team there. Regards -steve __ OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [heat][nova]: anti-affinity policy via heat in IceHouse?

2015-05-25 Thread Daniel Comnea
Thanks a bunch Gents! Dani On Mon, May 25, 2015 at 12:30 PM, Dimitri Mazmanov dimitri.mazma...@ericsson.com wrote: Here’s one way: heat_template_version: 2013-05-23 parameters: image: type: string default: TestVM flavor: type: string default: m1.micro

Re: [openstack-dev] [Barbican] Nominating Chelsea Winfree for Barbican core

2015-05-25 Thread Douglas Mendizábal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Since there are no objections, Chelsea Winfree is now part of barbican-core. Congratulations! - - Douglas Mendizábal On 5/21/15 6:58 PM, Nathan Reller wrote: +1 On Thu, May 21, 2015 at 4:53 PM, Juan Antonio Osorio jaosor...@gmail.com wrote:

[openstack-dev] [Swift] Meeting time change

2015-05-25 Thread John Dickinson
Based on discussion over at the summit and over the last few weeks, the Swift team meeting time has changed. The new meeting time is 2100UTC on Wednesdays in #openstack-meeting. The meeting agenda is tracked at https://wiki.openstack.org/wiki/Meetings/Swift --John signature.asc

[openstack-dev] [barbican] Weekly meeting cancelled today

2015-05-25 Thread Douglas Mendizábal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi All, The Barbican weekly meeting is cancelled today because of the US holiday. Meetings will resume next week at the regularly scheduled time . Thanks, - - Douglas Mendizábal -BEGIN PGP SIGNATURE- Comment: GPGTools -

[openstack-dev] [Ironic] no IRC meeting tonight

2015-05-25 Thread Devananda van der Veen
Some folks are still traveling (or recovering) from the summit, and today is a holiday in the US, so I'm cancelling tonight's meeting. There are many action items recorded in the etherpads - we'll have a lot to talk about next week! -Devananda

[openstack-dev] [kolla] Functional gate expansion

2015-05-25 Thread Steven Dake (stdake)
Hey fellow Kolla devs, With Sam’s recent change to add build from source as an option and build from Debuntian binaries as an option, we will end up in a situation where our gate will take 4+ hours to build all of the images and run the functional tests. I would like to separate each major

[openstack-dev] [nova-scheduler] Scheduler sub-group (gantt} meeting 5/26 - cancel

2015-05-25 Thread Dugger, Donald D
I would suggest we cancel the IRC meeting this week since we just had the summit (and I'm on vacation so it would be 5AM my time :) -- Don Dugger Censeo Toto nos in Kansa esse decisse. - D. Gale Ph: 303/443-3786 __

Re: [openstack-dev] [Ironic][oslo] Stepping down from oslo-ironic liaison

2015-05-25 Thread Mitsuhiro SHIGEMATSU
My focus on the Ironic project has been decreasing in the last cycles, so it's about time to relinquish my position as a oslo-ironic liaison so new contributors can take over it and help ironic to be the vibrant project it is. Thanks for all your work and service. -- pshige 2015-05-26 1:45

Re: [openstack-dev] [cinder] Some Changes to Cinder Core

2015-05-25 Thread Avishay Traeger
On Sat, May 23, 2015 at 2:34 AM, Mike Perez thin...@gmail.com wrote: I would like to recognize Avishay Traeger for his contributions, and now unfortunately departure from the Cinder core team. Unfortunately I have been unable to participate in fully due to additional obligations and

Re: [openstack-dev] [barbican] Nominating Kaitlin Farr for barbican-core

2015-05-25 Thread Douglas Mendizábal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Since there are no objections, Kaitlin Farr is now part of barbican-core. Congratulations! - - Douglas Mendizábal On 5/24/15 12:19 PM, Chad Lung wrote: +1 Chad Lung EMC Cloud Services / I would like to nominate Kaitlin Farr for

[openstack-dev] [kolla] Add core approver Sam Yaple

2015-05-25 Thread Steven Dake (stdake)
Hi folks, I propose Sam Yaple for core approver for the Kolla team. Sam has a lot of great ideas and has done some really cool work lately. Sam is active in IRC and is starting to pick up more reviews. Of particular interest to me his his idea of merging the work he has done on YAODU into

Re: [openstack-dev] [Neutron] Stepping down from Neutron core team

2015-05-25 Thread Sukhdev Kapur
Hey Salvatore, Best of luck and thanks for all the hard work. -Sukhdev On Thu, May 21, 2015 at 8:58 AM, Salvatore Orlando sorla...@nicira.com wrote: After putting the whole OpenStack networking contributors community through almost 8 cycles of pedant comments and annoying what if

Re: [openstack-dev] [cinder] Some Changes to Cinder Core

2015-05-25 Thread vilobhmeshram . openstack
Not a core but definately a +1 for Sean as a Core member.  He has done enormous amount of reviews and we can definately trust on his +1. His stats itself speak for it. Good work Sean! — Sent from Mailbox On Fri, May 22, 2015 at 9:05 PM, Sheng Bo Hou sb...@cn.ibm.com wrote: I am not a

Re: [openstack-dev] [Ironic][oslo] Stepping down from oslo-ironic liaison

2015-05-25 Thread Devananda van der Veen
Thanks for all your contributions, Ghe! You've done a lot to help keep this project synced with the common libs -- of course, you're welcome back any time. Best Deva On Mon, May 25, 2015, 09:49 Ghe Rivero g...@debian.org wrote: My focus on the Ironic project has been decreasing in the last

Re: [openstack-dev] [Puppet] puppet-keystone federation module

2015-05-25 Thread Richard Raseley
On May 25, 2015, at 11:35 AM, Iury Ferreira iurygreg...@gmail.com wrote: Hello everyone, I'm new in the community and i'm starting to work with K2K Federation. I have created scripts in python to easily configure SP (Service Provider) and IdP (Identity Provider) in a K2K environment. I

Re: [openstack-dev] [Puppet] puppet-keystone federation module

2015-05-25 Thread Richard Raseley
Ah, since they are closely related, it seems plausible that a single blueprint would be sufficient. Regards, Richard On May 25, 2015, at 12:44 PM, Iury Gregory iurygreg...@gmail.com wrote: Yes Richard, sorry for the misunderstanding. Since the configurations for SP and IdP are a little

Re: [openstack-dev] [neutron] - dnsmasq 'dhcp-authoritative' option broke multiple DHCP servers

2015-05-25 Thread Doug Wiegley
Option 4, turn off authoritative if we don’t want NAK’s? doug On May 25, 2015, at 7:35 PM, Kevin Benton blak...@gmail.com wrote: Hi, A recent change[1] to pass '--dhcp-authoritative' to dnsmasq has caused DHCPNAK messages when multiple agents are scheduled to a network [2]. This was

[openstack-dev] [puppet] Weekly meeting #36

2015-05-25 Thread Colleen Murphy
Hi everyone, Here's an initial agenda for our weekly meeting tomorrow at 1500 UTC in #openstack-meeting-4: https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20150526 Please add additional items you'd like to discuss. Colleen

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Henry Gessau
On Mon, May 25, 2015, Mike Bayer mba...@redhat.com wrote: On 5/25/15 10:24 AM, Henry Gessau wrote: Yes, unfortunately the autogenerate currently generates commands to drop all the FWaaS, LBaaS and VPNaaS tables since their models are not in the neutron tree. You can and should delete all

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Zang, Rui
Hi Henry, Your replies are very helpful! Thank you very much. Some minor replies in line. Thanks, Rui Zang -Original Message- From: Henry Gessau [mailto:ges...@cisco.com] Sent: Monday, May 25, 2015 10:25 PM To: OpenStack Development Mailing List (not for usage questions) Subject:

Re: [openstack-dev] [kolla] Add core approver Sam Yaple

2015-05-25 Thread Andre Martin
On May 26, 2015, at 03:59, Steven Dake (stdake) std...@cisco.commailto:std...@cisco.com wrote: Hi folks, I propose Sam Yaple for core approver for the Kolla team. Sam has a lot of great ideas and has done some really cool work lately. Sam is active in IRC and is starting to pick up more

Re: [openstack-dev] [Barbican] Nominating Chelsea Winfree for Barbican core

2015-05-25 Thread Chelsea Winfree
Thanks to everyone for the votes of confidence! I appreciate it. Really missed seeing you all at OS Vancouver! Have a great week! From: Douglas Mendizábal douglas.mendiza...@rackspace.com Sent: Monday, May 25, 2015 12:49 PM To:

Re: [openstack-dev] [Ironic][oslo] Stepping down from oslo-ironic liaison

2015-05-25 Thread Davanum Srinivas
Thanks a lot for your work Ghe and best wishes and hope to see you back. -- dims On Mon, May 25, 2015 at 9:45 AM, Ghe Rivero g...@debian.org wrote: My focus on the Ironic project has been decreasing in the last cycles, so it's about time to relinquish my position as a oslo-ironic liaison so

Re: [openstack-dev] [Horizon] dashboard-app split in horizon

2015-05-25 Thread Richard Jones
As a follow-up to this [in the misguided hope that anyone will actually read this conversation with myself ;-)] I've started looking at the base.html split. At the summit last week, we agreed to: 1. move base.html over from the framework to the dashboard, and 2. move the _conf.html and

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Armando M.
On 25 May 2015 at 09:46, Mike Bayer mba...@redhat.com wrote: On 5/25/15 12:34 PM, Armando M. wrote: One thing I would like to point out is that in this cycle we'll be working extensively in this area to make the very task you are working on easier to deal with, and better documented.

[openstack-dev] [neutron] - dnsmasq 'dhcp-authoritative' option broke multiple DHCP servers

2015-05-25 Thread Kevin Benton
Hi, A recent change[1] to pass '--dhcp-authoritative' to dnsmasq has caused DHCPNAK messages when multiple agents are scheduled to a network [2]. This was back-ported to Icehouse and Juno so we need a fix that is compatible with both of them. I have two fixes for this so far and a third

Re: [openstack-dev] [neutron] - dnsmasq 'dhcp-authoritative' option broke multiple DHCP servers

2015-05-25 Thread Kevin Benton
Here is the description of the behavior for --dhcp-authoritative from the dnsmasq page. [1] Should be set when dnsmasq is definitely the only DHCP server on a network. For DHCPv4, it changes the behaviour from strict RFC compliance so that DHCP requests on unknown leases from unknown hosts are

Re: [openstack-dev] [puppet] Weekly meeting #36

2015-05-25 Thread Matt Fischer
Emilien, sbadia, and spredzy are out. Given that agenda, should we cancel since its right after the summit and a holiday? My update (the only other thing on the agenda) is that the clean-up is done. On Mon, May 25, 2015 at 4:14 PM, Colleen Murphy coll...@gazlene.net wrote: Hi everyone, Here's

[openstack-dev] Stepping Down from Trove Core

2015-05-25 Thread Vipul Sabhaya
Having not been very active in Trove for the past few months, it’s time to step down from the core team. I’ll be focusing primarily on Cue going forward, getting it included into the Big Tent, and making it production worthy. From RedDwarf to Trove to Onwards and Upwards! -Vipul

Re: [openstack-dev] [neutron] - dnsmasq 'dhcp-authoritative' option broke multiple DHCP servers

2015-05-25 Thread Doug Wiegley
After a brief IRC conversation with Kevin, he pointed out that we already don’t allow any other ports on the subnet to send DHCP replies, so NAKs are completely unnecessary. I’d be fine just filtering them out for now. Thanks, doug On May 25, 2015, at 7:54 PM, Kevin Benton blak...@gmail.com

Re: [openstack-dev] [puppet] Weekly meeting #36

2015-05-25 Thread Colleen Murphy
On Mon, May 25, 2015 at 8:17 PM, Matt Fischer m...@mattfischer.com wrote: Emilien, sbadia, and spredzy are out. Given that agenda, should we cancel since its right after the summit and a holiday? My update (the only other thing on the agenda) is that the clean-up is done. Let's go ahead and