[openstack-dev] [Neutron] VIP for LBaaS on same port?

2013-09-05 Thread Stephen Gran
Hi, One of the things I'll be looking at in the near future is writing a driver for the neutron lbaas service to talk to a bit of hardware we have. The normal idiom with this hardware is to have a single interface, with multiple IP addresses attached. It doesn't look like this is currently

Re: [openstack-dev] [Neutron] VIP for LBaaS on same port?

2013-09-05 Thread Eugene Nikanorov
Hi Stephen, Currently it's not possible. But we're planning to change this in near future. There is a blueprint which supposes change in vip-pool relationship (change it from 1:1 to m:n), as part of it's implementation, unconditional l2 port creation will be removed from loadbalancer_db.py

Re: [openstack-dev] [CI] can't receive mails from Jenkins

2013-09-05 Thread Gareth
sorry everyone those mails are in my spam box ... On Thu, Sep 5, 2013 at 12:24 PM, Gareth academicgar...@gmail.com wrote: Hi, all I have faced this problem about 15 hours ago. Some activities here now didn't notice me by mails: https://review.openstack.org/#/c/45081/

Re: [openstack-dev] [Neutron] VIP for LBaaS on same port?

2013-09-05 Thread Itsuro ODA
Hi, Please consider the following use case make abailable too: ip address/subnet of vips are same but protocol_port are diffrent. This is not able either currently. Thanks. On Thu, 5 Sep 2013 10:26:36 +0400 Eugene Nikanorov enikano...@mirantis.com wrote: Hi Stephen, Currently it's not

Re: [openstack-dev] [Neutron] VIP for LBaaS on same port?

2013-09-05 Thread Stephen Gran
On 05/09/13 08:27, Itsuro ODA wrote: Hi, Please consider the following use case make abailable too: ip address/subnet of vips are same but protocol_port are diffrent. This is not able either currently. Oh yes, I'll certainly need that ability as well. Well, one more thing to put on the list

Re: [openstack-dev] [brick] Status and plans for the brick shared volume code

2013-09-05 Thread Thierry Carrez
John Griffith wrote: The code currently is and will be maintained in Cinder, and the Cinder team will sync changes across to Nova. The first order of business for Icehouse will be to get the library built up and usable, then convert over to using that so as to avoid the syncing issues. This

Re: [openstack-dev] [nova] Revert Baremetal v3 API extension?

2013-09-05 Thread John Garbutt
+1 I meant to raise that myself when I saw some changes there the other day. On 4 September 2013 15:52, Thierry Carrez thie...@openstack.org wrote: Russell Bryant wrote: On 09/04/2013 10:26 AM, Dan Smith wrote: Hi all, As someone who has felt about as much pain as possible from the

Re: [openstack-dev] [nova] Revert Baremetal v3 API extension?

2013-09-05 Thread Alex Xu
+1 On 2013年09月05日 17:51, John Garbutt wrote: +1 I meant to raise that myself when I saw some changes there the other day. On 4 September 2013 15:52, Thierry Carrez thie...@openstack.org wrote: Russell Bryant wrote: On 09/04/2013 10:26 AM, Dan Smith wrote: Hi all, As someone who has felt

[openstack-dev] [Ceilometer] Meeting agenda for Thu Sep 5th at 1500 UTC

2013-09-05 Thread Julien Danjou
The Ceilometer project team holds a meeting in #openstack-meeting, see https://wiki.openstack.org/wiki/Meetings/MeteringAgenda for more details. Next meeting is on Thu Sep 5th at 1500 UTC Please add your name with the agenda item, so we know who to call on during the meeting. * Review Havana-3

Re: [openstack-dev] [Savanna] Guidance for adding a new plugin (CDH)

2013-09-05 Thread Andrei Savu
Thanks Matt! I've added the following blueprint (check the full specification for more details): https://blueprints.launchpad.net/savanna/+spec/cdh-plugin I'm now working on some code to get early feedback. Regards, -- Andrei Savu / axemblr.com On Wed, Sep 4, 2013 at 11:35 PM, Matthew

[openstack-dev] [Nova] Feature Freeze Notes

2013-09-05 Thread Russell Bryant
Greetings, We have now passed the freeze. The great news is that we were able to merge the code for 40 blueprints [4]! That's roughly the same that we completed in h1 and h2 combined. (We're also trying to get a couple more through the gate before making the havana-3 branch) The bad news is

Re: [openstack-dev] OpenLdap for Keystone

2013-09-05 Thread Brad Topol
devstack has the ability to install keystone with openldap and configure them together. Look at the online doc for stack.sh on how to configure devstack to install keystone with openldap. Thanks, Brad Brad Topol, Ph.D. IBM Distinguished Engineer OpenStack (919) 543-0646 Internet:

[openstack-dev] Swift data serialization

2013-09-05 Thread CHABANI Mohamed El Hadi
Hi peoples, I'm using an integration tool working on the top of my Swift API, this tool requires that the data back from Swift must be structured as XML or JSON format. To get containers/objects list, the operation is quite simple, i just add the 'format=XML/JSON' to got data serialized. But for

[openstack-dev] [Tuskar] Weekly IRC meetings

2013-09-05 Thread Tomas Sedovic
Hey everyone, after much wrangling, we've come to something resembling a consensus: the weekly IRC meetings will be held on Tuesdays 19:00 UTC. This should accommodate the US folks (who always have it easy), and both lifeless and devs in Europe. The details are documented here:

[openstack-dev] [Swift] Small cluster size

2013-09-05 Thread Snider, Tim
I'd like to get input from the community on a 'realistic' size of a small Swift cluster that might be deployed used in the field for production. SAIO / test / lab setups aren't a consideration. I'm interested in hearing about both private and public cluster sizes that are deployed for

[openstack-dev] [Neutron] Issue with bulk create when custom collection name is used

2013-09-05 Thread Purandhar Sairam Mannidi
Hi, I’m observing an issue in prepare_request_body function in api/v2/base.py file when using bulk create option with custom collection name (like proxy) and resource name (proxies) It is checking for proxys as the collection name. can't we use PLURLAS in api/v2/attributes.py where we update

Re: [openstack-dev] [Neutron] Issue with bulk create when custom collection name is used

2013-09-05 Thread Purandhar Sairam Mannidi
sorry, collection name id proxies and resource name is proxy. Its a typo On Thu, Sep 5, 2013 at 7:10 PM, Purandhar Sairam Mannidi sairam...@gmail.com wrote: Hi, I’m observing an issue in prepare_request_body function in api/v2/base.py file when using bulk create option with custom

Re: [openstack-dev] [brick] Status and plans for the brick shared volume code

2013-09-05 Thread John Griffith
On Thu, Sep 5, 2013 at 2:04 AM, Thierry Carrez thie...@openstack.orgwrote: John Griffith wrote: The code currently is and will be maintained in Cinder, and the Cinder team will sync changes across to Nova. The first order of business for Icehouse will be to get the library built up and

[openstack-dev] [Nova] FFE Request: oslo-messaging

2013-09-05 Thread Mark McLoughlin
Hi I'd like to request a feature freeze exception for the final (and admittedly the largest) patch in the series of 40 patches to port Nova to oslo.messaging: https://review.openstack.org/39929 While this change doesn't provide any immediate user-visible benefit, it would be massively helpful

Re: [openstack-dev] [Tuskar] Weekly IRC meetings

2013-09-05 Thread Oleg Gelbukh
Tomas, Thanks for very interesting project and this meeting as opportunity to follow its progress! Just to clarify, it looks like this time slot already booked for Savanna meeting on #openstack-meeting-alt channel, isn't it? -- Best regards, Oleg Gelbukh Mirantis, Inc. On Thu, Sep 5, 2013 at

Re: [openstack-dev] [Tuskar] Weekly IRC meetings

2013-09-05 Thread Ilya Shakhat
Oleg, Savanna meeting is on Thursdays at 18:00 UTC ( https://wiki.openstack.org/wiki/Meetings#Savanna_.28Hadoop.29_meeting) Ilya. 2013/9/5 Oleg Gelbukh ogelb...@mirantis.com Tomas, Thanks for very interesting project and this meeting as opportunity to follow its progress! Just to

[openstack-dev] (some) Feature freezes / Havana-3 milestone candidates available

2013-09-05 Thread Thierry Carrez
Hi everyone, Milestone-proposed branches were created for Keystone, Glance, Horizon, Cinder, Ceilometer and Heat in preparation for the havana-3 milestone publication tomorrow. Nova and Neutron should follow in the next hour. Those projects are now feature-frozen. You should no longer merge

Re: [openstack-dev] [Nova] FFE Request: oslo-messaging

2013-09-05 Thread Davanum Srinivas
Mark, Has this changeset get through a full tempest with QPid enabled? thanks, dims On Thu, Sep 5, 2013 at 10:17 AM, Mark McLoughlin mar...@redhat.com wrote: Hi I'd like to request a feature freeze exception for the final (and admittedly the largest) patch in the series of 40 patches to

Re: [openstack-dev] [brick] Status and plans for the brick shared volume code

2013-09-05 Thread Russell Bryant
On 09/05/2013 09:46 AM, John Griffith wrote: On Thu, Sep 5, 2013 at 2:04 AM, Thierry Carrez thie...@openstack.org mailto:thie...@openstack.org wrote: John Griffith wrote: The code currently is and will be maintained in Cinder, and the Cinder team will sync changes across

Re: [openstack-dev] [Swift] Small cluster size

2013-09-05 Thread Tom Fifield
Here's a straw-man: * 5 storage nodes * 2 proxy servers 5 storage nodes for a reasonable zone breakdown for 3 replicas; separate proxy nodes for security segregation (working to avoid unencrypted, unauthenticated rsync having any chance of leaking through the net) and network segregation

Re: [openstack-dev] [Nova] FFE Request: oslo-messaging

2013-09-05 Thread Mark McLoughlin
Hi On Thu, 2013-09-05 at 10:43 -0400, Davanum Srinivas wrote: Mark, Has this changeset get through a full tempest with QPid enabled? No, I've only done local testing with the qpid transport to date. I think Smokestack is the only CI tool actively testing the qpid driver. I ran out of time

Re: [openstack-dev] [Nova] FFE Request: oslo-messaging

2013-09-05 Thread Russell Bryant
On 09/05/2013 10:17 AM, Mark McLoughlin wrote: Hi I'd like to request a feature freeze exception for the final (and admittedly the largest) patch in the series of 40 patches to port Nova to oslo.messaging: https://review.openstack.org/39929 While this change doesn't provide any

Re: [openstack-dev] [Nova] FFE Request: oslo-messaging

2013-09-05 Thread Davanum Srinivas
Thanks Mark. Looks like we need to get someone to manually trigger Smokestack to run against this review at least once since i don't see any +1's from Smokestack for some reason. On Thu, Sep 5, 2013 at 11:49 AM, Mark McLoughlin mar...@redhat.com wrote: Hi On Thu, 2013-09-05 at 10:43 -0400,

[openstack-dev] [qa] qa meeting cancelled today

2013-09-05 Thread Sean Dague
It's freeze week, and most of the core team is out on vacation / holiday today, so I'm going to cancel the QA meeting today. See you guys next week and in #openstack-qa. -Sean -- Sean Dague http://dague.net ___ OpenStack-dev mailing list

[openstack-dev] Etherpad for IceHouse Scheduler Sessions

2013-09-05 Thread Day, Phil
Hi Folks, As per the meeting this week, I've started an Etherpad to help plan out the scheduler sessions ahead of the Design Summit: https://etherpad.openstack.org/IceHouse-Nova-Scheduler-Sessions Phil -Original Message- From: Dugger, Donald D [mailto:donald.d.dug...@intel.com]

[openstack-dev] [Nova] No meeting today, focus on bugs and reviewing FFE requests

2013-09-05 Thread Russell Bryant
Greetings, Let's cancel the Nova meeting today. I know of at least a few people that are out for various reasons. Those that aren't are really worn out from the feature freeze week. Let's break for this week and meet again next week as we go hard on fixing bugs. In the meantime, feel free to

[openstack-dev] [savanna] team meeting minutes September 5

2013-09-05 Thread Sergey Lukjanov
Thanks everyone who have joined Savanna meeting. Here are the logs from the meeting: Minutes: http://eavesdrop.openstack.org/meetings/savanna/2013/savanna.2013-09-05-18.05.html Minutes (text): http://eavesdrop.openstack.org/meetings/savanna/2013/savanna.2013-09-05-18.05.txt Log:

Re: [openstack-dev] OpenLdap for Keystone

2013-09-05 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Thanks Dean. I was able to combine sections of each script to make one that installs OpenLdap for Keystone. Mark From: Dean Troyer [mailto:dtro...@gmail.com] Sent: Thursday, September 05, 2013 9:45 AM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] OpenLdap for Keystone On

[openstack-dev] Swift account auditor duplicated code

2013-09-05 Thread Pete Zaitcev
Hi, Guys: Here's a weird piece of duplicated call to account_audit() in swift/account/auditor.py: for path, device, partition in all_locs: self.account_audit(path) if time.time() - reported = 3600: # once an hour self.logger.info(_('Since

[openstack-dev] [Nova] FFE Request: hyper-v-rdp-console

2013-09-05 Thread Alessandro Pilotti
This is an FFE request for adding console support for Hyper-V. Unlike most other hypervisors, Hyper-V guest console access is based on RDP instead of VNC. This blueprint adds RDP support in Nova, implemented in a way consistent with the existing VNC and SPICE protocols. It's an essential

Re: [openstack-dev] [Neutron] The three API server multi-worker process patches.

2013-09-05 Thread Baldwin, Carl (HPCS Neutron)
Brian, As far as I know, no consensus was reached. A problem was discovered that happens when spawning multiple processes. The mysql connection seems to go away after between 10-60 seconds in my testing causing a seemingly random API call to fail. After that, it is okay. This must be due to

Re: [openstack-dev] [Neutron] The three API server multi-worker process patches.

2013-09-05 Thread Nachi Ueno
Hi Folks We choose https://review.openstack.org/#/c/37131/ -- This patch to go on. We are also discussing in this patch. Best Nachi 2013/9/5 Baldwin, Carl (HPCS Neutron) carl.bald...@hp.com: Brian, As far as I know, no consensus was reached. A problem was discovered that happens when

[openstack-dev] [Nova] Api samples and the feature freeze

2013-09-05 Thread Christopher Yeoh
Hi, I'd just like to clarify whether adding api samples for the V3 API is considered a feature and whether they can be added during the freeze. Adding api samples just adds extra testcases and the output from those testcases in the doc substree. The risk is very very low as neither addition can

[openstack-dev] [Nova] FFE request: unix domain socket consoles for libvirt

2013-09-05 Thread Michael Still
Hi. This code has been in review since July 29, but a combination of my focus on code reviews for others and having a baby has resulted in it not landing. This feature is important to libvirt and closes a critical bug we've had open way too long. The reviews:

[openstack-dev] [barbican] Havana M3 Release

2013-09-05 Thread John Wood
Hello folks, The Barbican team is proud to announce the third milestone delivery with the OpenStack project: Havana-3. This milestone can be found at: https://launchpad.net/cloudkeep/havana/havana-3/+download/barbican-2013.2.b3.tar.gz With this milestone, 3 blueprints have been

[openstack-dev] I will be on vacation from 9/5 to 9/15, urgent call: 13811509950

2013-09-05 Thread Yang XY Yu
I will be out of the office starting 2013-09-05 and will not return until 2013-09-15. I will be on my marriage leave from 9/5 to 9/15, for any urgent issue please call me before 9/7. For daily work, please ask my scrum master Zhu Zhu for help. For glance issue, please ask glance SME Feilong