Re: [openstack-dev] How to implement and configure a new Neutron vpnaas driver from scratch?

2014-02-19 Thread Julio Carlos Barrera Juez
Thank you very much Bo. I will try all your advices and check if it works! [image: i2cat] Julio C. Barrera Juez Office phone: +34 93 357 99 27 Distributed Applications and Networks Area (DANA) i2CAT Foundation, Barcelona, Spain http://dana.i2cat.net On 18 February 2014 09:18, Bo Lin

Re: [openstack-dev] [Network] Allocate MAC and IP address for a VM instance

2014-02-19 Thread Dong Liu
Jay, what the mac belong to? Is it a vm mac, or a mac of floatingip. If it is a vm mac, you can associate any floatingip to vm port. If it is a floatingip mac, I have no idea. 2014-02-19 11:44, Jay Lau : Thanks Liu Dong. In case that you may not get my previous question, so here just post it

Re: [openstack-dev] [Nova] Meetup Summary

2014-02-19 Thread Khanh-Toan Tran
Agreed. I'm just thinking on the opportunity of providing a REST API on top of the scheduler RPC API with a 1:1 matching, so that the Gantt project would step up by itself. I don't think it's a hard stuff, provided I already did that stuff for Climate (providing Pecan/WSME API). What do

Re: [openstack-dev] [solum] Question about solum-minimal-cli BP

2014-02-19 Thread Shaunak Kashyap
Thanks Angus but I think I have managed to get confused again :) So let me take a step back. From a users' perspective, what is the least number of steps they would need to take in order to have a running application with Solum? I understand there might be two variations on this - git-push and

Re: [openstack-dev] [Neutron][nova] Neutron plugin authors: Does port status indicate liveness?

2014-02-19 Thread Mathieu Rohon
Hi Aaron, You seem to have abandonned this patch : https://review.openstack.org/#/c/74218/ You want neutron to update port in nova, can you please tell us how do you want to do that? I think that we should use such a mechanism for live-migration. live-migration should occur once the port is set

Re: [openstack-dev] [solum] async / threading for python 2 and 3

2014-02-19 Thread Julien Danjou
On Wed, Feb 19 2014, Angus Salkeld wrote: 2) use tulip and give up python 2 + use trollius to have Python 2 support. https://pypi.python.org/pypi/trollius -- Julien Danjou /* Free Software hacker http://julien.danjou.info */ signature.asc Description: PGP signature

Re: [openstack-dev] [glance][nova]improvement-of-accessing-to-glance

2014-02-19 Thread Eiichi Aikawa
Hello, Thanks for your comment and sorry for my late response. IMHO, we should be adding more info the endpoint lists (like location) in keystone and use that info from Glance client to determine which glance-api the compute should talk to. I understand your idea is one of the possibility, but

Re: [openstack-dev] [Network] Allocate MAC and IP address for a VM instance

2014-02-19 Thread Jay Lau
Thanks Liu Dong. It is a VM mac address, so do you have any idea for how can I make sure the VM mac address can bind to a floating ip address? Also what do you mean by floatingip mac? Really thanks very much for your kind help, it is really helped me a lot! Thanks, Jay 2014-02-19 16:21

Re: [openstack-dev] [Neutron][LBaaS] L7 data types

2014-02-19 Thread Avishay Balderman
Hi · I will add HTTP_METHOD to the ‘type’ enum of L7Rule · GT,LT,GE,LE – at this phase I prefer to keep string based ‘compare_type’ and I prefer not to add those number based compare types · FILE_NAME,FILE_TYPE – Those two are a result of the URL fragmentation.

[openstack-dev] [Swift] Profiling issue, need help!

2014-02-19 Thread Hua ZZ Zhang
Hi Stackers, I'm working on the patch 53270 for Swift profiling middleware and was blocked by a very annoying problem of the python eventlet profile which inherits from python standard profiler. It sometimes raised AssertionError of 'bad call' or 'bad return' in trace_dispatch_call and

Re: [openstack-dev] [Openstack-dev] [neutron] [ml2] Neutron and ML2 - adding new network type

2014-02-19 Thread Sławek Kapłoński
Hello, I added my own type_driver and it looks that works ok because I can make network with this my type. But how to add own mechanism_driver (to any of network type) - I think that this could be possible too. Can someone send me some info about that, or maybe link to some documentation

Re: [openstack-dev] [Nova] Meetup Summary

2014-02-19 Thread Sylvain Bauza
Hi Toan-Tran, 2014-02-19 9:40 GMT+01:00 Khanh-Toan Tran khanh-toan.t...@cloudwatt.com: Agreed. I'm just thinking on the opportunity of providing a REST API on top of the scheduler RPC API with a 1:1 matching, so that the Gantt project would step up by itself. I don't think it's a hard

Re: [openstack-dev] [Openstack-dev] [neutron] [ml2] Neutron and ML2 - adding new network type

2014-02-19 Thread Akihiro Motoki
Hi, I think you are trying to use different IP allocation algorithm for a network based on some attribute of the network. network_type of the provider network specifies how layer2 network is segmented and ML2 type drivers are defined per network_type. I think it is different from your need. IMO

Re: [openstack-dev] [Openstack-dev] [neutron] [ml2] Neutron and ML2 - adding new network type

2014-02-19 Thread Sławek Kapłoński
Hello, In fact I want to make something similiar to flat network but when IP is assigned to instance (port bind, yes?) then it should be not with arping announsed in network but with bgp (bgp server is installed on host). I know that it is not L2 protocol but I want to try that. So I want to

Re: [openstack-dev] Storing license information in openstack/requirements

2014-02-19 Thread Thierry Carrez
David Koo wrote: Should we store licensing information as a comment in the *-requirements files ? Can it be stored on the same line ? Something like: oslo.messaging=1.3.0a4 # Apache-2.0 Since it's licenses we're tracking shouldn't we be tracking indirect dependencies too (i.e. packages

Re: [openstack-dev] Storing license information in openstack/requirements

2014-02-19 Thread Thierry Carrez
Sean Dague wrote: Honestly, if we are going to track this, we should probably do the set of things that reviewers tend to do when running through these. License: Upstream Location: Ubuntu/Debian Package: Y/N? (url) Fedora Package: Y/N? (url) Suse Package: Y/N? (url) Last Release: Date

Re: [openstack-dev] [solum] Question about solum-minimal-cli BP

2014-02-19 Thread Angus Salkeld
On 19/02/14 08:52 +, Shaunak Kashyap wrote: Thanks Angus but I think I have managed to get confused again :) So let me take a step back. From a users' perspective, what is the least number of steps they would need to take in order to have a running application with Solum? I understand

[openstack-dev] [Nova] Nova feature proposal freeze has passed

2014-02-19 Thread John Garbutt
Hi, Lets keep track of things for Nova here: https://etherpad.openstack.org/p/nova-icehouse-blueprint-cull In a few hours I will start reviewing all the blueprints that are not Needs Code Review and pushing them into next. Anything with some live code will probably go into Juno-1, if that makes

Re: [openstack-dev] [Network] Allocate MAC and IP address for a VM instance

2014-02-19 Thread Dong Liu
Sorry for replying so late. Yes, that is what I mean, btw, if you only need floatingip to bind vm mac, you do not need to specified --fix_ip, just specify the --mac-address is ok. What I mean floatingip-mac is that, actually, when you creating a floatingip, neutron will automatic create a port

[openstack-dev] [Nova] Including Domains in Nova

2014-02-19 Thread Henrique Truta
Hi everyone. It is necessary to make Nova support the Domain quotas and create a new administrative perspective. Here are some reasons why Nova should support domains: 1 - It's interesting to keep the main Openstack components sharing the same concept, once it has already been made in

[openstack-dev] [Nova] status of quota class

2014-02-19 Thread Mehdi Abaakouk
Hi, I have recently dig into the quota class in nova and some related subject on the ML and discovered that quota class code exists but it is not usable. An API V2 extension exists to manipulate quota class, these one are stored into the database. The quota driver engine handles quota class

Re: [openstack-dev] [Neutron][LBaaS] Object Model discussion

2014-02-19 Thread Samuel Bercovici
Hi, I think we mix different aspects of operations. And try to solve a non problem. From APIs/Operations we are mixing the following models: 1. Logical model (which as far as I understand is the topic of this discussion) - tenants define what they need logically vip--default_pool, l7

Re: [openstack-dev] [Network] Allocate MAC and IP address for a VM instance

2014-02-19 Thread Jay Lau
Thanks Liu Dong. Clear now! ;-) 2014-02-19 20:17 GMT+08:00 Dong Liu willowd...@gmail.com: Sorry for replying so late. Yes, that is what I mean, btw, if you only need floatingip to bind vm mac, you do not need to specified --fix_ip, just specify the --mac-address is ok. What I mean

Re: [openstack-dev] call for help with nova bug management

2014-02-19 Thread Gary Kotton
I will help out. Thanks Gary From: Tracy Jones tjo...@vmware.commailto:tjo...@vmware.com Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Tuesday, February 18, 2014 9:48 PM To: OpenStack

[openstack-dev] [neutron] Fixes for the alembic migration (sqlite + postgress) aren't being reviewed

2014-02-19 Thread Thomas Goirand
Hi, I've seen this one: https://review.openstack.org/#/c/68611/ which is suppose to fix something for Postgress. This is funny, because I was doing the exact same patch for fixing it for SQLite. Though this was before the last summit in HK. Since then, I just gave up on having my Debian

Re: [openstack-dev] help the oslo team help you

2014-02-19 Thread Doug Hellmann
On Tue, Feb 18, 2014 at 9:46 PM, 黎林果 lilinguo8...@gmail.com wrote: +1 But if we don't sync the oslo, sometimes we have to modify the files in openstack/common/ in order to run Jekins. ​If projects are making local changes to openstack/common in order to have their tests pass, we're failing.

Re: [openstack-dev] [oslo] Some questions about Rest API and log messages translation

2014-02-19 Thread Doug Hellmann
On Tue, Feb 18, 2014 at 11:56 PM, Peng Wu peng.e...@gmail.com wrote: Hi, Currently I am analyzing the blueprint of translated message id generation.[1] Recently I just found that there is an implementation to generate both English and translated log messages. I think if English and

Re: [openstack-dev] help the oslo team help you

2014-02-19 Thread Doug Hellmann
On Tue, Feb 18, 2014 at 9:03 PM, Joe Gordon joe.gord...@gmail.com wrote: On Wed, Feb 12, 2014 at 12:16 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: If you have a change in your project that is blocked waiting for a patch to land in oslo (in the incubator, or any of the libraries we

Re: [openstack-dev] [neutron][ml2] Port binding information, transactions, and concurrency

2014-02-19 Thread Robert Kukura
On 02/10/2014 05:46 AM, Mathieu Rohon wrote: Hi, one other comment inline : Hi Mathieu, see below: On Wed, Feb 5, 2014 at 5:01 PM, Robert Kukura rkuk...@redhat.com wrote: On 02/05/2014 09:10 AM, Henry Gessau wrote: Bob, this is fantastic, I really appreciate all the detail. A couple of

Re: [openstack-dev] Storing license information in openstack/requirements

2014-02-19 Thread Doug Hellmann
On Wed, Feb 19, 2014 at 6:13 AM, Thierry Carrez thie...@openstack.orgwrote: Sean Dague wrote: Honestly, if we are going to track this, we should probably do the set of things that reviewers tend to do when running through these. License: Upstream Location: Ubuntu/Debian Package: Y/N?

Re: [openstack-dev] [Nova] Including Domains in Nova

2014-02-19 Thread Tiwari, Arvind
Hi Henrique, I agree with your thoughts and in my opinion every OpenStack service has to be Domain aware. Specially it will be more helpful in large scale OpenStack deployments where IAM resources are scoped to a domain but other services (e.g. Nova) are just not aware of domains. Thanks,

Re: [openstack-dev] [neutron][ml2] Port binding information, transactions, and concurrency

2014-02-19 Thread Robert Kukura
On 02/05/2014 10:47 AM, Mathieu Rohon wrote: Hi, thanks for this great proposal Just following up on the one comment below: On Wed, Feb 5, 2014 at 3:10 PM, Henry Gessau ges...@cisco.com wrote: Bob, this is fantastic, I really appreciate all the detail. A couple of questions ... On

Re: [openstack-dev] [Neutron][LBaaS] Object Model discussion

2014-02-19 Thread Eugene Nikanorov
Hi Sam, My comments inline: On Wed, Feb 19, 2014 at 4:57 PM, Samuel Bercovici samu...@radware.comwrote: Hi, I think we mix different aspects of operations. And try to solve a non problem. Not really, Advanced features we're trying to introduce are incompatible by both object model and

[openstack-dev] Keystone working with V3

2014-02-19 Thread Vinod Kumar Boppanna
Dear All, I am doing some development in Nova and in this regard, i have to write a code where Nova requests some date through V3 API of keystone. But the keystoneclient is always falling back to V2 (keystoneclient/v3/client.py). Due to this the keystone V3 API which i am using is failing as

Re: [openstack-dev] [Nova] status of quota class

2014-02-19 Thread Kevin L. Mitchell
On Wed, 2014-02-19 at 13:47 +0100, Mehdi Abaakouk wrote: But 'quota_class' is never set when a nova RequestContext is created. When I created quota classes, I envisioned the authentication component of the WSGI stack setting the quota_class on the RequestContext, but there was no corresponding

Re: [openstack-dev] [solum] Question about solum-minimal-cli BP

2014-02-19 Thread Adrian Otto
On Feb 17, 2014, at 3:58 PM, Angus Salkeld angus.salk...@rackspace.com wrote: On 17/02/14 21:47 +, Shaunak Kashyap wrote: Hey folks, I was reading through https://wiki.openstack.org/wiki/Solum/FeatureBlueprints/CLI-minimal-implementation and have a question. If I’m

Re: [openstack-dev] Keystone working with V3

2014-02-19 Thread Dolph Mathews
On Wed, Feb 19, 2014 at 10:21 AM, Vinod Kumar Boppanna vinod.kumar.boppa...@cern.ch wrote: Dear All, I am doing some development in Nova and in this regard, i have to write a code where Nova requests some date through V3 API of keystone. But the keystoneclient is always falling back to V2

Re: [openstack-dev] [Nova] Including Domains in Nova

2014-02-19 Thread Ulrich Schwickerath
Hi, all, we've been making good progress on this blueprint: https://blueprints.launchpad.net/nova/+spec/domain-quota-driver-api which relies on the domain quota driver stuff. Maybe you'd like to have a look at that as well. Kind regards, Ulrich On 19.02.2014 16:45, Tiwari, Arvind wrote:

Re: [openstack-dev] [solum] Question about solum-minimal-cli BP

2014-02-19 Thread Adrian Otto
On Feb 18, 2014, at 4:41 PM, Angus Salkeld angus.salk...@rackspace.com wrote: On 18/02/14 14:19 +, Shaunak Kashyap wrote: Thanks Angus and Devdatta. I think I understand. Angus -- what you said seems to mirror the Heroku CLI usage: a) User runs app/plan create (to create the

Re: [openstack-dev] VPC Proposal

2014-02-19 Thread Martin, JC
Comments in line. JC On Feb 18, 2014, at 5:21 PM, Rudra Rugge rru...@juniper.net wrote: Please see inline: On Feb 18, 2014, at 2:57 PM, Martin, JC jch.mar...@gmail.com wrote: Maybe I should explain this one a bit. Shared network: If a user has defined a shared network, and they used

[openstack-dev] [TripleO][Tuskar] Dealing with passwords in Tuskar-API

2014-02-19 Thread Ladislav Smola
Hello, I would like to have your opinion about how to deal with passwords in Tuskar-API The background is, that tuskarAPI is storing heat template parameters in its database, it's a preparation for more complex workflows, when we will need to store the data before the actual heat

Re: [openstack-dev] help the oslo team help you

2014-02-19 Thread Doug Hellmann
On Wed, Feb 19, 2014 at 11:41 AM, Joe Gordon joe.gord...@gmail.com wrote: On Wed, Feb 19, 2014 at 7:06 AM, Doug Hellmann doug.hellm...@dreamhost.com wrote: On Tue, Feb 18, 2014 at 9:03 PM, Joe Gordon joe.gord...@gmail.com wrote: On Wed, Feb 12, 2014 at 12:16 PM, Doug Hellmann

[openstack-dev] [Neutron][QoS] It's back from the dead!

2014-02-19 Thread Collins, Sean
Hi, I'd like to apologize for the long delays in updating the QoS API patch sets - I am working on cleaning them up so that they are ready for review. -- Sean M. Collins ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [TripleO][Tuskar] Dealing with passwords in Tuskar-API

2014-02-19 Thread Dougal Matthews
On 19/02/14 17:10, Ladislav Smola wrote: Hello, I would like to have your opinion about how to deal with passwords in Tuskar-API The background is, that tuskarAPI is storing heat template parameters in its database, it's a preparation for more complex workflows, when we will need to store the

Re: [openstack-dev] call for help with nova bug management

2014-02-19 Thread Russell Bryant
On 02/18/2014 02:48 PM, Tracy Jones wrote: So i have been rather underwhelmed in the enthusiastic response to help out :-) So far only wendar and johnthetubaguy have signed up. I was hoping for at least 3-5 people to help with the initial triage. Please sign up this week if you can

Re: [openstack-dev] [Heat] [TripleO] Better handling of lists in Heat - a proposal to add a map function

2014-02-19 Thread Randall Burt
This may also be relevant: https://blueprints.launchpad.net/heat/+spec/override-resource-name-in-resource-group On Feb 19, 2014, at 1:48 AM, Clint Byrum cl...@fewbar.com wrote: Since picking up Heat and trying to think about how to express clusters of things, I've been troubled by how poorly

Re: [openstack-dev] [Nova] v3 API in Icehouse

2014-02-19 Thread Chris Behrens
+1. I'd like to leave it experimental as well. I think the task work is important to the future of nova-api and I'd like to make sure we're not rushing anything. We're going to need to live with old API versions for a long time, so it's important that we get it right. I'm also not convinced

Re: [openstack-dev] [TripleO][Tuskar] Dealing with passwords in Tuskar-API

2014-02-19 Thread Jason Rist
On Wed 19 Feb 2014 10:29:32 AM MST, Dougal Matthews wrote: On 19/02/14 17:10, Ladislav Smola wrote: Hello, I would like to have your opinion about how to deal with passwords in Tuskar-API The background is, that tuskarAPI is storing heat template parameters in its database, it's a

Re: [openstack-dev] [TripleO][Tuskar] Dealing with passwords in Tuskar-API

2014-02-19 Thread Dougal Matthews
On 19/02/14 18:29, Jason Rist wrote: Would it be possible to create some token for use throughout? Forgive my naivete. I don't think so, the token would need to be understood by all the services that we store passwords for. I may be misunderstanding however. Dougal

Re: [openstack-dev] [Neutron][QoS] It's back from the dead!

2014-02-19 Thread Collins, Sean
No surprise, the code is quite stale, so bear with me while I debug the failures. -- Sean M. Collins ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] Gerrit co-authors and ticket stealing

2014-02-19 Thread Dan Prince
Perhaps one of the lesser know Gerrit features is the ability to overwrite someone else's patchset/review with a new revision. This can be a handy thing for collaboration, or perhaps to make minor edits (spelling fixes for example) to help expedite the review process. Generally I think things

Re: [openstack-dev] [Neutron][nova] Neutron plugin authors: Does port status indicate liveness?

2014-02-19 Thread Aaron Rosen
Hi Mathieu, The current train of thought is to have neutron notify nova via a call back when ports are ready. This model should hopefully scale better as now nova-compute won't need to poll on neutron checking on the port status. Dan Smith already has a patch out that adds an api to nova for it

Re: [openstack-dev] [solum] Question about solum-minimal-cli BP

2014-02-19 Thread Shaunak Kashyap
That's exactly what I was looking for. Thank you Angus! Shaunak From: Angus Salkeld [angus.salk...@rackspace.com] Sent: Wednesday, February 19, 2014 5:15 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [solum] Question about

Re: [openstack-dev] Gerrit co-authors and ticket stealing

2014-02-19 Thread Dolph Mathews
On Wed, Feb 19, 2014 at 12:33 PM, Dan Prince dpri...@redhat.com wrote: Perhaps one of the lesser know Gerrit features is the ability to overwrite someone else's patchset/review with a new revision. This can be a handy thing for collaboration, or perhaps to make minor edits (spelling fixes for

Re: [openstack-dev] [TripleO][Tuskar] Dealing with passwords in Tuskar-API

2014-02-19 Thread Dougal Matthews
On 19/02/14 18:49, Hugh O. Brock wrote: On Wed, Feb 19, 2014 at 06:31:47PM +, Dougal Matthews wrote: On 19/02/14 18:29, Jason Rist wrote: Would it be possible to create some token for use throughout? Forgive my naivete. I don't think so, the token would need to be understood by all the

[openstack-dev] [QA] Meeting Thursday February 20th at 22:00UTC

2014-02-19 Thread Matthew Treinish
Just a quick reminder that the weekly OpenStack QA team IRC meeting will be tomorrow Thursday, February 20th at 22:00 UTC in the #openstack-meeting channel. The agenda for tomorrow's meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting Anyone is welcome to add an item

Re: [openstack-dev] Sent the first batch of invitations to Atlanta's Summit

2014-02-19 Thread Chris Behrens
On Jan 28, 2014, at 12:45 PM, Stefano Maffulli stef...@openstack.org wrote: A few minutes ago we sent the first batch of invites to people who contributed to any of the official OpenStack programs[1] from 00:00 UTC on April 4, 2014 (Grizzly release day) until present. Something tells me that

Re: [openstack-dev] [All] Fixed recent gate issues

2014-02-19 Thread Alan Pevec
Yeah it's pip weirdness where things falls apart because of version cap. It's basically installing bin/swift from 1.9 when it sees the version requirement but it leaves everything in python-swiftclient namespace from master. So I've actually been looking at this since late yesterday the

Re: [openstack-dev] [Neutron]Do you think tanent_id should be verified

2014-02-19 Thread Dolph Mathews
There's an open bug [1] against nova neutron to handle notifications [2] from keystone about such events. I'd love to see that happen during Juno! [1] https://bugs.launchpad.net/nova/+bug/967832 [2] http://docs.openstack.org/developer/keystone/event_notifications.html On Mon, Feb 17, 2014 at

Re: [openstack-dev] Sent the first batch of invitations to Atlanta's Summit

2014-02-19 Thread Dolph Mathews
I just noticed the subject of this email referred to the first batch of invitations -- are there going to be subsequent batches of invites? If so, who was not included in the first batch that will be in subsequent batches? On Tue, Jan 28, 2014 at 2:45 PM, Stefano Maffulli

[openstack-dev] [qa] Cleaning OpenStack resources

2014-02-19 Thread David Kranz
I was looking at https://review.openstack.org/#/c/73274/1 which makes it configurable whether a brute-force cleanup of resources is done after success. This got my wondering how this should really be done. As admin, there are some resources that can be cleaned and some that I don't know how.

[openstack-dev] [Neutron][LBaaS] Subteam meeting 20.02.2014 at 1400 UTC

2014-02-19 Thread Eugene Nikanorov
Hi neutron folks and everyone interested in LBaaS, Let's meet as usual on #openstack-meeting at 14-00 UTC. The meeting agenda will be mostly around schema change. Please look over ML discussion and this link: https://wiki.openstack.org/wiki/Neutron/LBaaS/LoadbalancerInstance/Discussion

Re: [openstack-dev] VPC Proposal

2014-02-19 Thread Rudra Rugge
JC, We have a complete implementation which I had submitted earlier. But since the code was too large the community decided to move forward in a phased approach. The plan is to provide close to complete compatibility in a multi-phase manner as mentioned in the blueprint. Phase 4 (internet

Re: [openstack-dev] [qa] Cleaning OpenStack resources

2014-02-19 Thread Jay Pipes
On Wed, 2014-02-19 at 16:15 -0500, David Kranz wrote: I was looking at https://review.openstack.org/#/c/73274/1 which makes it configurable whether a brute-force cleanup of resources is done after success. This got my wondering how this should really be done. As admin, there are some

Re: [openstack-dev] [solum] async / threading for python 2 and 3

2014-02-19 Thread Angus Salkeld
On 19/02/14 10:09 +0100, Julien Danjou wrote: On Wed, Feb 19 2014, Angus Salkeld wrote: 2) use tulip and give up python 2 + use trollius to have Python 2 support. https://pypi.python.org/pypi/trollius So I have been giving this a go. We use pecan and wsme (like ceilometer), I wanted to

Re: [openstack-dev] [qa][neutron] API tests in the Neutron tree

2014-02-19 Thread Jay Pipes
On Wed, 2014-02-12 at 14:17 -0800, Maru Newby wrote: On Feb 12, 2014, at 1:59 PM, Sean Dague s...@dague.net wrote: On 02/12/2014 04:25 PM, Maru Newby wrote: On Feb 12, 2014, at 12:36 PM, Sean Dague s...@dague.net wrote: On 02/12/2014 01:48 PM, Maru Newby wrote: At the last 2

[openstack-dev] [savanna] team meeting Feb 20 1800 UTC

2014-02-19 Thread Sergey Lukjanov
Hi folks, We'll be having the Savanna team meeting as usual in #openstack-meeting-alt channel. Agenda: https://wiki.openstack.org/wiki/Meetings/SavannaAgenda#Agenda_for_February.2C_20 http://www.timeanddate.com/worldclock/fixedtime.html?msg=Savanna+Meetingiso=20140220T18 The main topics are

[openstack-dev] [nova][libvirt] Is there anything blocking the libvirt driver from implementing the host_maintenance_mode API?

2014-02-19 Thread Matt Riedemann
The os-hosts OS API extension [1] showed up before I was working on the project and I see that only the VMware and XenAPI drivers implement it, but was wondering why the libvirt driver doesn't - either no one wants it, or there is some technical reason behind not implementing it for that

Re: [openstack-dev] [Neutron][LBaaS] Proposal for model change - Multiple services per floating IP

2014-02-19 Thread Jay Pipes
On Wed, 2014-02-12 at 16:11 -0800, Stephen Balukoff wrote: * This seems less ambiguous from a terminology perspective. The name 'VIP' in other contexts means 'virtual IP address', which is the same thing as a floating IP, which in other contexts is usually

[openstack-dev] [savanna] Nominate Andrew Lazarew for savanna-core

2014-02-19 Thread Sergey Lukjanov
Hey folks, I'd like to nominate Andrew Lazarew (alazarev) for savanna-core. He is among the top reviewers of Savanna subprojects. Andrew is working on Savanna full time since September 2013 and is very familiar with current codebase. His code contributions and reviews have demonstrated a good

[openstack-dev] [oslo][all] config sample tools on os x

2014-02-19 Thread Sergey Lukjanov
Hey stackers, tools/config/generate_sample.sh isn't working on OS X due to the getopt usage. Any recipes / proposals to fix it? I have a workaround at least. TL;DR So, as I said tools/config/generate_sample.sh isn't working on OS X. Specifically it just couldn't parse command line arguments w/o

Re: [openstack-dev] [Neutron][LBaaS] Object Model discussion

2014-02-19 Thread Youcef Laribi
Hi guys, I have been catching up on this interesting thread around the object model, so sorry in advance to jump in late in this debate, and if I missed some of the subtleties of the points being made so far. I tend to agree with Sam that the original intention of the current object model was

Re: [openstack-dev] [oslo][all] config sample tools on os x

2014-02-19 Thread Doug Hellmann
On Wed, Feb 19, 2014 at 6:17 PM, Sergey Lukjanov slukja...@mirantis.comwrote: Hey stackers, tools/config/generate_sample.sh isn't working on OS X due to the getopt usage. Any recipes / proposals to fix it? I have a workaround at least. Your workaround looks fine. I wouldn't reject a patch,

[openstack-dev] [savanna] client 0.5.0 release

2014-02-19 Thread Sergey Lukjanov
Hi folks, I'd like to make a 0.5.0 release of savanna client soon, please, share your thoughts about stuff that should be included to it. Currently we have the following major changes/fixes: * mostly implemented CLI; * unified entry point for python bindings like other OpenStack clients; * auth

Re: [openstack-dev] [savanna] client 0.5.0 release

2014-02-19 Thread Sergey Lukjanov
Additionally, it contains support for the latest EDP features. On Thu, Feb 20, 2014 at 3:52 AM, Sergey Lukjanov slukja...@mirantis.comwrote: Hi folks, I'd like to make a 0.5.0 release of savanna client soon, please, share your thoughts about stuff that should be included to it. Currently

Re: [openstack-dev] [oslo][all] config sample tools on os x

2014-02-19 Thread Sergey Lukjanov
Agreed, I just like to share/receive thoughts on it, probably the better workaround :) On Thu, Feb 20, 2014 at 3:48 AM, Doug Hellmann doug.hellm...@dreamhost.comwrote: On Wed, Feb 19, 2014 at 6:17 PM, Sergey Lukjanov slukja...@mirantis.comwrote: Hey stackers,

Re: [openstack-dev] [openstack-announce] python-heatclient 0.2.7 released

2014-02-19 Thread Chmouel Boudjnah
On Wed, Feb 19, 2014 at 1:50 AM, Steve Baker sba...@redhat.com wrote: Changes in this release: https://launchpad.net/python-heatclient/+milestone/v0.2.7 It is probably worth mentioning[1] that python-heatclient is now using the requests library instead of its homegrown httpclient library which

Re: [openstack-dev] [oslo][all] config sample tools on os x

2014-02-19 Thread Chmouel Boudjnah
On Thu, Feb 20, 2014 at 12:17 AM, Sergey Lukjanov slukja...@mirantis.comwrote: tools/config/generate_sample.sh isn't working on OS X due to the getopt usage. Any recipes / proposals to fix it? I have a workaround at least. thanks for the workaround, I had a look on this while reporting bug

Re: [openstack-dev] [oslo] Some questions about Rest API and log messages translation

2014-02-19 Thread Jay S Bryant
Response marked with below. Jay From: Doug Hellmann doug.hellm...@dreamhost.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org, Date: 02/19/2014 09:22 AM Subject:Re: [openstack-dev] [oslo] Some questions about Rest API and

Re: [openstack-dev] [oslo][all] config sample tools on os x

2014-02-19 Thread Sergey Lukjanov
Another option is to conditionally use different getopt args like: if OSX: use getopt w/o long opts else: use powerful getopt w/ long opts It adds some inconsistency to the script but makes it useful for OS X users. Anyway, it's still possible to just use it w/o args to ensure latest config.

[openstack-dev] [neutron] when icehouse will be frozen

2014-02-19 Thread 马煜
who know when to freezy icehouse version ? my bp on ml2 driver has been approved, code is under review, but I have some trouble to deploy third-party ci on which tempest test run. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

[openstack-dev] Monitoring IP Availability

2014-02-19 Thread Vilobh Meshram
Hello OpenStack Dev, We wanted to have your input on how different companies/organizations, using Openstack, are monitoring IP availability as this can be useful to track the used IP’s and total number of IP’s. Please let us know your thoughts. Thanks, Vilobh

[openstack-dev] [Neutron] We should wait approving code due to bug 1280035

2014-02-19 Thread Nachi Ueno
Hi Neutron core's We should wait approving code due to bug 1280035. https://bugs.launchpad.net/neutron/+bug/1280035 Unittest fails very high rate in the gating and blocks gating queue. Salvatore is working on the issue. At first, we skip the failing unit test.

[openstack-dev] [swift]stable/havana Jenkins failed

2014-02-19 Thread Dong Liu
Hi, Anyone aware of the following: 2014-02-18 11:31:13.124 | + swift stat 2014-02-18 11:31:13.186 | Traceback (most recent call last): 2014-02-18 11:31:13.186 | File /usr/local/bin/swift, line 35, in module 2014-02-18 11:31:13.186 | from swiftclient import Connection, HTTPException

Re: [openstack-dev] [nova][oslo] Changes to oslo-incubator sync workflow

2014-02-19 Thread Matt Riedemann
On 2/19/2014 7:13 PM, Joe Gordon wrote: Hi All, As many of you know most oslo-incubator code is wildly out of sync. Assuming we consider it a good idea to sync up oslo-incubator code before cutting Icehouse, then we have a problem. Today oslo-incubator code is synced in ad-hoc manor,

Re: [openstack-dev] [nova][oslo] Changes to oslo-incubator sync workflow

2014-02-19 Thread Doug Hellmann
On Wed, Feb 19, 2014 at 8:13 PM, Joe Gordon joe.gord...@gmail.com wrote: Hi All, As many of you know most oslo-incubator code is wildly out of sync. Assuming we consider it a good idea to sync up oslo-incubator code before cutting Icehouse, then we have a problem. Today oslo-incubator code

Re: [openstack-dev] [Neutron] We should wait approving code due to bug 1280035

2014-02-19 Thread Nachi Ueno
Hi folks Good news. 74882 is merged. I'm still not sure the current UT failure rate yet with 1280035, so I think we should wait to see the failure rate. so please check current gating status when you approve codes. Best Nachi 2014-02-19 16:59 GMT-08:00 Nachi Ueno na...@ntti3.com: Hi Neutron

Re: [openstack-dev] [oslo][all] config sample tools on os x

2014-02-19 Thread Doug Hellmann
On Wed, Feb 19, 2014 at 7:01 PM, Chmouel Boudjnah chmo...@enovance.comwrote: On Thu, Feb 20, 2014 at 12:17 AM, Sergey Lukjanov slukja...@mirantis.comwrote: tools/config/generate_sample.sh isn't working on OS X due to the getopt usage. Any recipes / proposals to fix it? I have a workaround

Re: [openstack-dev] [nova][oslo] Changes to oslo-incubator sync workflow

2014-02-19 Thread Doug Hellmann
On Wed, Feb 19, 2014 at 9:20 PM, Matt Riedemann mrie...@linux.vnet.ibm.comwrote: On 2/19/2014 7:13 PM, Joe Gordon wrote: Hi All, As many of you know most oslo-incubator code is wildly out of sync. Assuming we consider it a good idea to sync up oslo-incubator code before cutting Icehouse,

Re: [openstack-dev] [Nova] v3 API in Icehouse

2014-02-19 Thread Christopher Yeoh
On Wed, 19 Feb 2014 12:36:46 -0500 Russell Bryant rbry...@redhat.com wrote: Greetings, The v3 API effort has been going for a few release cycles now. As we approach the Icehouse release, we are faced with the following question: Is it time to mark v3 stable? My opinion is that I think

Re: [openstack-dev] [nova][oslo] Changes to oslo-incubator sync workflow

2014-02-19 Thread Joe Gordon
As a side to this, as an exercise I tried a oslo sync in cinder to see what kind of issues would arise and here are my findings so far: https://review.openstack.org/#/c/74786/ On Wed, Feb 19, 2014 at 6:20 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: On 2/19/2014 7:13 PM, Joe Gordon

Re: [openstack-dev] [nova][oslo] Changes to oslo-incubator sync workflow

2014-02-19 Thread Doug Hellmann
On Wed, Feb 19, 2014 at 9:52 PM, Joe Gordon joe.gord...@gmail.com wrote: As a side to this, as an exercise I tried a oslo sync in cinder to see what kind of issues would arise and here are my findings so far: https://review.openstack.org/#/c/74786/ On Wed, Feb 19, 2014 at 6:20 PM, Matt

Re: [openstack-dev] [nova][oslo] Changes to oslo-incubator sync workflow

2014-02-19 Thread Lance D Bragstad
Shed a little bit of light on Matt's comment about Keystone removing oslo-incubator code and the issues we hit. Comments below. Best Regards, Lance Bragstad ldbra...@us.ibm.com Doug Hellmann doug.hellm...@dreamhost.com wrote on 02/19/2014 09:00:29 PM: From: Doug Hellmann

[openstack-dev] [Neutron] Disscussion about to allow specific floating IP Address

2014-02-19 Thread Yuuichi Fujioka
Hi, folks. I have posted a patch to allow specific IP address of floating IP. [1] My motivation is to rescue some cases. In the below case, the floating IP address should be specified. An organization wants to migrate the system to the private cloud (OpenStack). The system has an in-office

Re: [openstack-dev] [Neutron][LBaaS] Object Model discussion

2014-02-19 Thread Stephen Balukoff
Hi guys! This is a great discussion, and I'm glad y'all have been participating in it thus far, eh! Thanks also for you patience digesting my mile long posts. My comments are in-line: On Wed, Feb 19, 2014 at 3:47 PM, Youcef Laribi youcef.lar...@citrix.comwrote: Hi guys, I have been

[openstack-dev] tox in Ubuntu 13.04 (raring) or earlier?

2014-02-19 Thread Mike Spreitzer
I just installed DevStack into raring, and that appeared to work. So I went on to try `tox` in /opt/stack/nova. My invocation of tox created a virtual environment using /usr/lib/python2.7/dist-packages/virtualenv.py. In raring the latest virtualenv is version 1.9.1, which installs pip

[openstack-dev] [Neutron][LBaaS] Feedback on SSL implementation

2014-02-19 Thread Stephen Balukoff
Hi y'all! Good news! This is the last of the mile-long posts I said I would write after the initial post last week proposing the major model change. Yay for small miracles, right? I'm mostly working off this document in producing this feedback: https://wiki.openstack.org/wiki/Neutron/LBaaS/SSL

Re: [openstack-dev] [TripleO][Tuskar] Dealing with passwords in Tuskar-API

2014-02-19 Thread Ladislav Smola
On 02/19/2014 08:05 PM, Dougal Matthews wrote: On 19/02/14 18:49, Hugh O. Brock wrote: On Wed, Feb 19, 2014 at 06:31:47PM +, Dougal Matthews wrote: On 19/02/14 18:29, Jason Rist wrote: Would it be possible to create some token for use throughout? Forgive my naivete. I don't think so,

Re: [openstack-dev] [TripleO][Tuskar] Dealing with passwords in Tuskar-API

2014-02-19 Thread Ladislav Smola
On 02/19/2014 06:29 PM, Dougal Matthews wrote: On 19/02/14 17:10, Ladislav Smola wrote: Hello, I would like to have your opinion about how to deal with passwords in Tuskar-API The background is, that tuskarAPI is storing heat template parameters in its database, it's a preparation for more