Re: [openstack-dev] [Mistral] Porting executor and engine to oslo.messaging

2014-02-26 Thread Renat Akhmerov
Winson, nice job! Now it totally makes sense to me. You’re good to go with this unless others have objections. Just one technical dummy question (sorry, I’m not yet familiar with oslo.messaging): at your picture you have “Transport”, so what can be specifically except RabbitMQ? Renat Akhmero

Re: [openstack-dev] [Tripleo] tripleo-cd-admins team update / contact info question

2014-02-26 Thread James Polley
I'm not sure how well it would work here, but I've used Pagerduty.com for something similar before. The big up side of pagerduty is that it is pretty good at contacting people who aren't at their computers. It supports email notifications and webhooks for people who want to lots of control ov

Re: [openstack-dev] [Mistral] Understanding parameters for tasks and actions

2014-02-26 Thread Timur Nurlygayanov
Hi Renat, for me just unclear the following syntacsis: $.image_id what is $ in this case? It will be more clear if we can replace $ to something - any instance with readable name, like global.image_id or context.image_id. looks like $ can be the different in different name spaces. it will be uncl

Re: [openstack-dev] [Mistral] Understanding parameters for tasks and actions

2014-02-26 Thread Nikolay Makhotkin
Hi, Renat! *Suggestions* > *1*. Define "input" and "output" at task level like this: > createVM: >input: > image_id: $.image_id >output: vm_id > Where "output: vm_id" is basically a replacement for "store-as: vm_id" at > action level, i.e. it's a hint to Mistral to

Re: [openstack-dev] [Mistral] Understanding parameters for tasks and actions

2014-02-26 Thread Nikolay Makhotkin
Timur, '$' here is mean referrence to context at stage which it has been given to. '$.image_id' takes 'image_id' from current workflow execution context variable On Wed, Feb 26, 2014 at 12:30 PM, Nikolay Makhotkin wrote: > Hi, Renat! > > > > *Suggestions* >> *1*. Define "input" and "output" at

Re: [openstack-dev] Devstack Error

2014-02-26 Thread [email protected]
Hi Ben- Can you give a guess of the problem. I feel that there might be some error with devstack-gate which brings down the things from git and configure it in the system. The first error started at “openstack role add: error: argument –user: expected one argument” Do I need to check or verif

Re: [openstack-dev] [Mistral] Renaming action types

2014-02-26 Thread Nikolay Makhotkin
Agree, I don't see any thing that makes sense with words 'REST' and 'API' too. On Wed, Feb 26, 2014 at 11:38 AM, Renat Akhmerov wrote: > Folks, > > I'm proposing to rename these two action types REST_API and > MISTRAL_REST_API to HTTP and MISTRAL_HTTP. Words "REST" and "API" don't > look correct

[openstack-dev] [Ceilometer][SUSE] SUSE OpenStack Havana distribution is different with upstream

2014-02-26 Thread ZhiQiang Fan
Hi, SUSE OpenStack developers, After install OpenStack Havana on SLES 11 SP3 following the openstack-manuals' guide, I find that the ceilometer/storage/impl_sqlalchemy.py has implemented the metaquey functionality. However, the upstream, which means github.com/openstack/ceilometer stable/havana br

[openstack-dev] set QOS dynamically

2014-02-26 Thread Chenliang (L)
Hi stackers, I am very interested in setting QOS dynamically(such as CPU/memory) which is noted in previously [1]. In some case we need to set QOS of a running instance to advoid interruptting the instance instead of using flavor extra specs. I found it is in discussion.I just want to know wha

Re: [openstack-dev] Neutron ML2 and openvswitch agent

2014-02-26 Thread Mathieu Rohon
Hi, you can get inspired by the L2-population MD, which call new functions in the agents (like add_fdb_entries) through AMQP. Does your work relate to an existing blueprint? On Tue, Feb 25, 2014 at 9:23 PM, Sławek Kapłoński wrote: > Hello, > > Trinath, this presentation I saw before You send m

Re: [openstack-dev] [Mistral] Understanding parameters for tasks and actions

2014-02-26 Thread Dmitri Zimine
My understanding, correct me if I'm missing the intention: Action are defined as code, aka REST_API or SEND_EMAIL. These are base actions, they are analogous to function definitions. Tasks is a set of parameters for the action. Actions can be also defined declaratively, under Services, based

Re: [openstack-dev] [Mistral] Renaming action types

2014-02-26 Thread Dmitri Zimine
+1 Should we use VERB_NOUN pattern? Or relax it for some obvious? I can't figure a good VERB_NOUN for HTTP. REQUEST_HTTP is dull. BTW it's interesting that we assume that a service can contain only actions of the same type. DZ> On Feb 26, 2014, at 1:10 AM, Nikolay Makhotkin wrote: > Agre

[openstack-dev] [Neutron] "DOWN" and "INACTIVE" status in FWaaS and LBaaS

2014-02-26 Thread Xuhan Peng
Hello, This email is triggered by the comments I received in my patch [1] when trying to fix bug [2]. The problem I was trying to fix is that current firewall remains in status "ACTIVE" after admin state is changed to "DOWN". My plan is to change the status of firewall from ACTIVE to DOWN when ad

Re: [openstack-dev] [Infra] openstack_citest MySQL user privileges to create databases on CI nodes

2014-02-26 Thread Roman Podoliaka
Hi Clark, >>> I think we can safely GRANT ALL on *.* to openstack_citest@localhost and >>> call that good enough Works for me. Thanks, Roman On Tue, Feb 25, 2014 at 8:29 PM, Clark Boylan wrote: > On Tue, Feb 25, 2014 at 2:33 AM, Roman Podoliaka > wrote: >> Hi all, >> >> [1] made it possible f

Re: [openstack-dev] [Mistral] Renaming action types

2014-02-26 Thread Renat Akhmerov
Hm.. I see your point. Generally, I like short names but expressive enough to understand what it is. VERB_NOUN would be good but nothing decent comes to my mind regarding HTTP :) If you guys have any suggestions you’re welcome. Renat Akhmerov @ Mirantis Inc. On 26 Feb 2014, at 16:33, Dmitri

Re: [openstack-dev] [Mistral] Understanding parameters for tasks and actions

2014-02-26 Thread Renat Akhmerov
On 26 Feb 2014, at 15:18, Timur Nurlygayanov wrote: > for me just unclear the following syntacsis: > $.image_id > what is $ in this case? It will be more clear if we can replace $ to > something - any instance with readable name, like global.image_id or > context.image_id. > looks like $ can b

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-26 Thread Marco Fargetta
Hi Morgan, On Tue, Feb 25, 2014 at 11:47:43AM -0800, Morgan Fainberg wrote: > For purposes of supporting multiple backends for Identity (multiple LDAP, mix > of LDAP and SQL, federation, etc) Keystone is planning to increase the maximum > size of the USER_ID field from an upper limit of 64 to an u

Re: [openstack-dev] setting up 1-node devstack + ml2 + vxlan

2014-02-26 Thread Mathieu Rohon
Hi, FYI setting the vxlan UDP doesn't work properly for the moment : https://bugs.launchpad.net/neutron/+bug/1241561 May be your kernel has the vxlan module already loaded, which bind the udp port 8472. that a reason why the vxlan port can't be created by ovs. Check your ovs-vswitchd.log On Tue,

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-26 Thread Thierry Carrez
Kenichi Oomichi wrote: >> From: Christopher Yeoh [mailto:[email protected]] >> So the problem here is what we consider a "bug" becomes a feature from >> a user of the API point of view. Eg they really shouldn't be passing >> some data in a request, but its ignored and doesn't cause any issues >> an

Re: [openstack-dev] [Neutron] "DOWN" and "INACTIVE" status in FWaaS and LBaaS

2014-02-26 Thread Oleg Bondarev
Hi, For LBaaS the background is simple: it uses statuses from neutron/plugins/common/constants.py and INACTIVE was there initially while DOWN appeared later (with VPNaaS first commit). So LBaaS doesn't use DOWN at all. As for INACTIVE, it is currently used only for members that stop responding to

Re: [openstack-dev] [Mistral] Renaming action types

2014-02-26 Thread Jay Pipes
On Wed, 2014-02-26 at 14:38 +0700, Renat Akhmerov wrote: > Folks, > > I’m proposing to rename these two action types REST_API and > MISTRAL_REST_API to HTTP and MISTRAL_HTTP. Words “REST” and “API” > don’t look correct to me, if you look at > > > Services: > Nova: > type: REST_API > pa

Re: [openstack-dev] [savanna] Documentation update for IceHouse

2014-02-26 Thread Sergey Lukjanov
Hey Ruslan, thanks for catching this. So, the plan for updating this docs is to make it during the i3 - rc1 time range, no FFE needed for docs. Thanks P.S. I'm taking tempest tests section. On Sat, Feb 22, 2014 at 4:50 PM, Ruslan Kamaldinov wrote: > As it was decided on our latest meeting I've

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-26 Thread Christopher Yeoh
On Tue, 25 Feb 2014 22:15:42 -0800 Joe Gordon wrote: > So it turns out nova isn't the only OpenStack project to attempt a > full API revision. > > Keystone v3 - Grizzly > Glancev2 - Folsom > Cinder v2 - Grizzly > > Out of those 3, nova doesn't use any of them! (Although there are > blue

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-26 Thread Russell Bryant
On 02/25/2014 05:47 PM, Dan Smith wrote: >> Yeah, so objects is the big one here. > > Objects, and everything else. With no-db-compute we did it for a couple > cycles, then objects, next it will be retooling flows to conductor, then > dealing with tasks, talking to gantt, etc. It's not going to en

Re: [openstack-dev] [OpenStack-Infra] [third-party-ci] Proposing a regular workshop/meeting to help folks set up CI environments

2014-02-26 Thread [email protected]
Hi Jay- Rather than March 3rd Can you kindly make it on Feb 28th if possible. I'm interested in attending the meeting. I have doubts to get clarified regarding setp, configuration and CI system. -- Trinath Somanchi - B39208 [email protected] | extn: 4048 -Original Mess

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

2014-02-26 Thread Eugene Nikanorov
A couple of notes: On Wed, Feb 26, 2014 at 12:24 AM, Jay Pipes wrote: > > > neutron l7-policy-create --type="uri-regex-matching" \ > --attr=URIRegex="static\.example\.com.*" > > Presume above returns an ID for the policy $L7_POLICY_ID. We could then > assign that policy to operate on the front

Re: [openstack-dev] [OpenStack-Infra] [Neutron][third-party-testing] Third Party Test setup and details

2014-02-26 Thread [email protected]
Hi Sukhdev- Really a good document to go with. In the ‘System flow’ section of the document, where do this testRunner script come from ?? And the below actions are specified to be run with the testRunner script. Can you elaborate that part. Also, I’m looking into the document in a way to setu

Re: [openstack-dev] [neutron] Significance of subnet_id for LBaaS Pool

2014-02-26 Thread Eugene Nikanorov
Hi, > > I assume then the validation in horizon to force the VIP ip from this pool > subnet is incorrect. i.e VIP address can be from a different subnet. > Right, existing horizon code is bound to reference LBaaS implementation. Thanks, Eugene. ___ Ope

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

2014-02-26 Thread Jay Pipes
On Wed, 2014-02-26 at 16:11 +0400, Eugene Nikanorov wrote: > On Wed, Feb 26, 2014 at 12:24 AM, Jay Pipes > wrote: > neutron l7-policy-create --type="uri-regex-matching" \ > --attr=URIRegex="static\.example\.com.*" > > Presume above returns an ID for the policy $

Re: [openstack-dev] git-review patch: Fix parsing of SCP-style URLs

2014-02-26 Thread Alexander Jones
Hi I uploaded a minor fix recently, so it needs re-reviewing. Much obliged, thanks. :) https://review.openstack.org/#/c/72751/ Alex - Original Message - > From: "Alexander Jones" > To: [email protected] > Sent: Thursday, 20 February, 2014 4:12:16 PM > Subject: git

Re: [openstack-dev] [Keystone] Tenant expiration dates

2014-02-26 Thread Sanchez, Cristian A
Hi Adam, I have created this blueprint: https://blueprints.launchpad.net/keystone/+spec/tenant-expiration-dates Thanks Cristian From: Adam Young mailto:[email protected]>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:[email protected]>> Date: m

Re: [openstack-dev] [Ceilometer][SUSE] SUSE OpenStack Havana distribution is different with upstream

2014-02-26 Thread Vincent Untz
Hi, Le mercredi 26 février 2014, à 17:20 +0800, ZhiQiang Fan a écrit : > Hi, SUSE OpenStack developers, > > After install OpenStack Havana on SLES 11 SP3 following the > openstack-manuals' guide, I find that the > ceilometer/storage/impl_sqlalchemy.py has implemented the metaquey > functionality.

[openstack-dev] [Mistral] Defining term DSL

2014-02-26 Thread Nikolay Makhotkin
Due to the comment to https://review.openstack.org/#/c/75888/1 there is a quiestion: Do we use term DSL or something else? I think the word 'DSL' is more fit thing that we call 'workbook definition', some text describing workflows, services, tasks and actions. And processing module for this also h

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-26 Thread Dolph Mathews
On Wed, Feb 26, 2014 at 4:23 AM, Marco Fargetta wrote: > Hi Morgan, > > On Tue, Feb 25, 2014 at 11:47:43AM -0800, Morgan Fainberg wrote: > > For purposes of supporting multiple backends for Identity (multiple > LDAP, mix > > of LDAP and SQL, federation, etc) Keystone is planning to increase the >

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-26 Thread Dolph Mathews
On Tue, Feb 25, 2014 at 2:38 PM, Jay Pipes wrote: > On Tue, 2014-02-25 at 11:47 -0800, Morgan Fainberg wrote: > > For purposes of supporting multiple backends for Identity (multiple > > LDAP, mix of LDAP and SQL, federation, etc) Keystone is planning to > > increase the maximum size of the USER_I

[openstack-dev] [TripleO] Tuskar CLI UX

2014-02-26 Thread Jiří Stránský
Hello, i went through the CLI way of deploying overcloud, so if you're interested what's the workflow, here it is: https://gist.github.com/jistr/9228638 I'd say it's still an open question whether we'll want to give better UX than that ^^ and at what cost (this is very much tied to the bene

[openstack-dev] [Heat]Heat use as a standalone component for Cloud Managment over multi IAAS

2014-02-26 Thread Charles Walker
Hi, I am trying to deploy the proprietary application made in my company on the cloud. The pre requisite for this is to have a IAAS which can be either a public cloud or private cloud (openstack is an option for a private IAAS). The first prototype I made was based on a homemade python orchestr

Re: [openstack-dev] setting up 1-node devstack + ml2 + vxlan

2014-02-26 Thread Mathieu Rohon
To more precise, the kernel will listen on udp port 8472 as soon as you create a vxlan port, with ip_route2. I doubt it's your case, but i can't figure out why you want to change the vxlan port? please tell us about that, it could be interesting. In your case, your config doesn't seem to be a mult

Re: [openstack-dev] [Mistral] Renaming action types

2014-02-26 Thread Renat Akhmerov
Thanks Jay. Regarding underscore naming. If you meant using underscore naming for “createVM” and “novaURL” then yes, “createVM” is just a task name and it’s a user preference. The same about “novaURL” which will be defined by users. As for keywords, seemingly we follow underscore naming. Renat

Re: [openstack-dev] [Mistral] Renaming action types

2014-02-26 Thread Renat Akhmerov
Ooh, I was wrong. Sorry. We use dash naming. We have “on-success”, “on-error” and so forth. Please let us know if you see other inconsistencies. Thanks Renat Akhmerov @ Mirantis Inc. On 26 Feb 2014, at 21:00, Renat Akhmerov wrote: > Thanks Jay. > > Regarding underscore naming. If you mean

Re: [openstack-dev] [Heat]Heat use as a standalone component for Cloud Managment over multi IAAS

2014-02-26 Thread Steven Dake
On 02/26/2014 06:47 AM, Charles Walker wrote: Hi, I am trying to deploy the proprietary application made in my company on the cloud. The pre requisite for this is to have a IAAS which can be either a public cloud or private cloud (openstack is an option for a private IAAS). The first pro

Re: [openstack-dev] [Neutron] "DOWN" and "INACTIVE" status in FWaaS and LBaaS

2014-02-26 Thread Xuhan Peng
Oleg, Thanks a lot for your quick response! I will open a bug to address that soon. For the LBaaS part, probably I will just make the fix dependent on the code review you mentioned. Xu Han On Wed, Feb 26, 2014 at 6:43 PM, Oleg Bondarev wrote: > Hi, > > For LBaaS the background is simple: it use

[openstack-dev] How do I mark one option as deprecating another one ?

2014-02-26 Thread Day, Phil
Hi Folks, I could do with some pointers on config value deprecation. All of the examples in the code and documentation seem to deal with the case of "old_opt" being replaced by "new_opt" but still returning the same value Here using deprecated_name and / or deprecated_opts in the definition of

Re: [openstack-dev] How do I mark one option as deprecating another one ?

2014-02-26 Thread Denis Makogon
Here what oslo.config documentation says. Represents a Deprecated option. Here's how you can use it oldopts = [cfg.DeprecatedOpt('oldfoo', group='oldgroup'), cfg.DeprecatedOpt('oldfoo2', group='oldgroup2')] cfg.CONF.register_group(cfg.OptGroup('blaa')) c

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-26 Thread Dan Smith
> So I was thinking about this and Ken'ichi has basically said pretty > much the same thing in his reply to this thread. I don't think it > makes client moves any easier though - this is all about lowering our > maintenance costs. So, in the other fork of this thread, I think you said we can't im

Re: [openstack-dev] Hacking and PEP 257: Extra blank line at end of multi-line docstring

2014-02-26 Thread Ziad Sawalha
On Feb 25, 2014, at 4:08 PM, Joe Gordon wrote: > On Mon, Feb 24, 2014 at 4:56 PM, Ziad Sawalha > wrote: >> Seeking some clarification on the OpenStack hacking guidelines for >> multi-string docstrings. >> >> Q: In OpenStack projects, is a blank line before the triple closing quotes >> recommen

Re: [openstack-dev] Hacking and PEP 257: Extra blank line at end of multi-line docstring

2014-02-26 Thread Ziad Sawalha
On Feb 25, 2014, at 5:18 PM, Kevin L. Mitchell wrote: > On Tue, 2014-02-25 at 00:56 +, Ziad Sawalha wrote: >> Seeking some clarification on the OpenStack hacking guidelines for >> multi-string docstrings. >> >> >> Q: In OpenStack projects, is a blank line before the triple closing >> quo

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-26 Thread Dan Smith
> We may need to differentiate between breaking the API and breaking > corner-case behavior. Totally agreed. > In one case you force everyone in the ecosystem to > adapt (the libraries, the end user code). In the other you only > (potentially) affect those that were not following the API correctl

[openstack-dev] [Neutron][LBaaS] regular teem meeting Thursday 1400 UTC

2014-02-26 Thread Eugene Nikanorov
Hi team, The next subteam meeting is on Thursday, 27 at 14-00 UTC. We'll try to finalize object model discussion. So far we tend to move towards model #3 as shown here: https://wiki.openstack.org/wiki/Neutron/LBaaS/LoadbalancerInstance/Discussion With some minor adjustments. Picture #4 which Ste

[openstack-dev] [nova][neutron] SR-IOV networking patches available

2014-02-26 Thread Robert Li (baoli)
Hi, The following two Work In Progress patches are available for end-to-end SR-IOV networking: nova client: https://review.openstack.org/#/c/67503/ nova: https://review.openstack.org/#/c/67500/ Please check the commit messages for how to use them. Neutron changes required to support SR-IOV have

Re: [openstack-dev] [Mistral] Defining term DSL

2014-02-26 Thread Renat Akhmerov
I don’t see any issues with term DSL (Domain Specific Language). This is really a language which 'workbook definitions’ are written in. Dmitri, could you please provide more details on why you question it? Thanks Renat Akhmerov @ Mirantis Inc. On 26 Feb 2014, at 20:12, Nikolay Makhotkin wro

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

2014-02-26 Thread Lingxian Kong
2014-02-25 19:48 GMT+08:00 Salvatore Orlando : > I understand the fact that resources with invalid tenant_ids can be > created (only with admin rights at least for Neutron) can be annoying. > > However, I support Jay's point on cross-project interactions. If tenant_id > validation (and orphaned re

Re: [openstack-dev] [OpenStack-Infra] [Neutron][third-party-testing] Third Party Test setup and details

2014-02-26 Thread Sukhdev Kapur
On Wed, Feb 26, 2014 at 4:12 AM, [email protected] < [email protected]> wrote: > Hi Sukhdev- > > > > Really a good document to go with. > > > > In the ‘System flow’ section of the document, where do this testRunner > script come from ?? > > This is a very simple python s

Re: [openstack-dev] [TROVE] Trove capabilities

2014-02-26 Thread Daniel Salinas
I'll be honest, after reading your proposal Denis and looking over what Kaleb has it feels like you both are calling 2 different things "capabilities". Denis, your proposal provides a way of blocking or enabling api paths to the users. Kaleb's proposal is more about informing consumers of the api

Re: [openstack-dev] [Mistral] Defining term DSL

2014-02-26 Thread Dmitri Zimine
We do use the term DSL, I invite you guys to clarify, how exactly. Based on the terminology from [1], it's not part of the model, but the language that describes the model in the file. And theoretically this may be not the only language to express the workflow. Once the file is parsed, we opera

Re: [openstack-dev] [Horizon] Live migration

2014-02-26 Thread Dmitry Borodaenko
On Tue, Feb 25, 2014 at 1:40 AM, Matthias Runge wrote: >> I think that the blueprint to add live migrations support to >> Horizon[0] was incorrectly labeled as a duplicate of the earlier >> migrate-instance blueprint[1]. >> >> [0] https://blueprints.launchpad.net/horizon/+spec/live-migration >> [1

[openstack-dev] sqlalchemy-migrate release impending

2014-02-26 Thread David Ripton
I'd like to release a new version of sqlalchemy-migrate in the next couple of days. The only major new feature is DB2 support. If anyone thinks this is a bad time, please let me know. -- David Ripton Red Hat [email protected] ___ OpenStack-dev

[openstack-dev] [Nova][Neutron][Keystone] Where to implement VPC API

2014-02-26 Thread Martin, JC
Hi, There was some discussion a while back around the VPC implementation in Openstack. There is a proposal to implement the AWS VPC features in Nova EC2 APIs, but this makes sense for the EC2 compatible API only and may not be appropriate for an Openstack specify one. I would like to know w

[openstack-dev] python-novaclient 2.16.0 released

2014-02-26 Thread Russell Bryant
I just pushed a new novaclient release. It contains several bug fixes and new features made over the last 4-5 months. I expect another release closer to the release of Icehouse to capture any last fixes and features that get merged for Icehouse. Please report any issues to our bug tracker:

Re: [openstack-dev] Hacking and PEP 257: Extra blank line at end of multi-line docstring

2014-02-26 Thread Joe Gordon
On Wed, Feb 26, 2014 at 6:39 AM, Ziad Sawalha wrote: > > On Feb 25, 2014, at 5:18 PM, Kevin L. Mitchell > wrote: > >> On Tue, 2014-02-25 at 00:56 +, Ziad Sawalha wrote: >>> Seeking some clarification on the OpenStack hacking guidelines for >>> multi-string docstrings. >>> >>> >>> Q: In OpenS

[openstack-dev] New Websockify Release

2014-02-26 Thread Solly Ross
Greetings! We (the websockify/noVNC team) have released a new version of websockify (0.6.0). It contains several fixes and features relating to OpenStack (a couple of bugs were fixed, and native support for the `logging` module was added). Unfortunately, to integrate it into OpenStack, a patc

Re: [openstack-dev] [neutron]Can somebody describe the all the rolls about networks' admin_state_up

2014-02-26 Thread Nir Yechiel
- Original Message - > A thread [1] was also initiated on the ML by Syvlain but no answers/comment > for the moment. > > [1] http://openstack.markmail.org/thread/qy6ikldtq2o4imzl > > Édouard. > IMHO admin_state_up = false should bring the network down and the traffic needs to be stop

Re: [openstack-dev] Hacking and PEP 257: Extra blank line at end of multi-line docstring

2014-02-26 Thread David Ripton
On 02/26/2014 11:40 AM, Joe Gordon wrote: This is missing the point about manually enforcing style. If you pass the 'pep8' job there is no need to change any style. In a perfect world, yes. In the real world, there are several things in PEP8 or our project guidelines that the tools don't enf

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

2014-02-26 Thread Samuel Bercovici
Hi, I have added to the wiki page: https://wiki.openstack.org/wiki/Neutron/LBaaS/LoadbalancerInstance/Discussion#1.1_Turning_existing_model_to_logical_model that points to a document that includes the current model + L7 + SSL. Please review. Regards, -Sam. From: Samuel Bercovi

Re: [openstack-dev] bug 1203680 - fix requires doc

2014-02-26 Thread Dean Troyer
On Tue, Feb 25, 2014 at 12:01 PM, Ben Nemec wrote: > So is there some git magic that also keeps the repos in sync, or do you > have to commit/pull/restart service every time you make changes? I ask > because experience tells me I would inevitably forget one of those steps at > some point and be

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-26 Thread Joe Gordon
On Wed, Feb 26, 2014 at 6:38 AM, Dan Smith wrote: >> We may need to differentiate between breaking the API and breaking >> corner-case behavior. > > Totally agreed. > >> In one case you force everyone in the ecosystem to >> adapt (the libraries, the end user code). In the other you only >> (potent

[openstack-dev] [python-*client] moving to WebOb exceptions

2014-02-26 Thread Andrey Kurilin
Hi, While working on unification of clients code we try to unify various exceptions in different client projects. We have module apiclient.exceptions in oslo-incubator[1]. Since our apiclient is an oslo-inclubator library and not a standalone lib this doesn't help in case we need to process except

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-26 Thread Dan Smith
> Users actually care about the latter. If the API accepts 'red' as a > valid UUID then that is part of the implicit contract. Yeah, but right now, many of those things are "would fail on postgres and succeed on mysql" (not uuids necessarily, but others). Since we can't honor them in all cases, I

Re: [openstack-dev] sqlalchemy-migrate release impending

2014-02-26 Thread Sean Dague
On 02/26/2014 11:24 AM, David Ripton wrote: > I'd like to release a new version of sqlalchemy-migrate in the next > couple of days. The only major new feature is DB2 support. If anyone > thinks this is a bad time, please let me know. > So it would be nice if someone could actually work through

Re: [openstack-dev] setting up 1-node devstack + ml2 + vxlan

2014-02-26 Thread Varadhan, Sowmini
On 2/26/14 5:47 AM, Mathieu Rohon wrote: > Hi, > > FYI setting the vxlan UDP doesn't work properly for the moment : > https://bugs.launchpad.net/neutron/+bug/1241561 So I checked this again by going back to 13.10, still no luck. > > May be your kernel has the vxlan module already loaded, which bi

Re: [openstack-dev] Hacking and PEP 257: Extra blank line at end of multi-line docstring

2014-02-26 Thread Joe Gordon
On Wed, Feb 26, 2014 at 9:05 AM, David Ripton wrote: > On 02/26/2014 11:40 AM, Joe Gordon wrote: > >> This is missing the point about manually enforcing style. If you pass >> the 'pep8' job there is no need to change any style. > > > In a perfect world, yes. While there are exceptions to this, t

Re: [openstack-dev] [OpenStack][Runtime Policy] A proposal for OpenStack run time policy to manage compute/storage resource

2014-02-26 Thread Tim Hinrichs
Hi Jay and Sylvain, The solver-scheduler sounds like a good fit to me as well. It clearly provisions resources in accordance with policy. Does it monitor those resources and adjust them if the system falls out of compliance with the policy? I mentioned Congress for two reasons. (i) It does mo

[openstack-dev] [devstack] Bug in is_*_enabled functions?

2014-02-26 Thread Brian Haley
While trying to track down why Jenkins was handing out -1's in a Neutron patch, I was seeing errors in the devstack tests it runs. When I dug deeper it looked like it wasn't properly determining that Neutron was enabled - ENABLED_SERVICES had multiple "q-*" entries, but 'is_service_enabled neutron

Re: [openstack-dev] [nova] [glance] [heat] bug 1203680 - fix requires doc

2014-02-26 Thread Dean Troyer
On Wed, Feb 26, 2014 at 12:53 AM, Mike Spreitzer wrote: > (I added some tags in the subject line, probably should have been there > from the start.) > > Thanks guys, for an informative discussion. I have updated > https://wiki.openstack.org/wiki/Gerrit_Workflow and > https://wiki.openstack.org/wi

Re: [openstack-dev] [python-*client] moving to WebOb exceptions

2014-02-26 Thread Dean Troyer
On Wed, Feb 26, 2014 at 11:20 AM, Andrey Kurilin wrote: > While working on unification of clients code we try to unify various > exceptions in different client projects. > We have module apiclient.exceptions in oslo-incubator[1]. Since our > apiclient is an oslo-inclubator library and not a standa

Re: [openstack-dev] [devstack] Bug in is_*_enabled functions?

2014-02-26 Thread Dean Troyer
On Wed, Feb 26, 2014 at 11:51 AM, Brian Haley wrote: > While trying to track down why Jenkins was handing out -1's in a Neutron > patch, > I was seeing errors in the devstack tests it runs. When I dug deeper it > looked > like it wasn't properly determining that Neutron was enabled - > ENABLED_S

[openstack-dev] [TripleO][Tuskar] JSON output values from Tuskar API

2014-02-26 Thread Petr Blaho
Hi, I am wondering what is the OpenStack way of returning json from apiclient. I have got 2 different JSON response examples from http://api.openstack.org/: json output with namespace: { "volume": { "status":"available", "availability_zone":"nova", "id":"5aa119a8-d25b-45a7-8d1b-8

Re: [openstack-dev] [Mistral] Porting executor and engine to oslo.messaging

2014-02-26 Thread W Chan
Thanks. I'll start making the changes. The other transport currently implemented at oslo.messaging is located at https://github.com/openstack/oslo.messaging/tree/master/oslo/messaging/_drivers, prefixed with impl. There are quid and zmq. On Wed, Feb 26, 2014 at 12:03 AM, Renat Akhmerov wrote:

Re: [openstack-dev] [WSME] Dynamic types and POST requests

2014-02-26 Thread Doug Hellmann
On Tue, Feb 25, 2014 at 5:44 PM, Sylvain Bauza wrote: > Thanks Doug for replying, > > > > 2014-02-25 23:10 GMT+01:00 Doug Hellmann : > > >> >> >>> Do you have any idea on how I could get my goal, ie. having a static >>> input plus some extra variable inputs ? I was also thinking about playing >>>

[openstack-dev] [Neutron][LBaaS] Enterprise Ready Features

2014-02-26 Thread Brandon Logan
TL;DR: Are enterprise needed features (HA, scalability, resource management, etc) on this project's roadmap. If so, how much of a priority is it? I've been doing some research on Neutron LBaaS to determine the viability and what needs to be done to allow for it to become an enterprise ready sol

[openstack-dev] Savanna graduation status

2014-02-26 Thread Sergey Lukjanov
Hi folks, I'd like to follow-up Savanna graduation status. All requirements listed in the [0] has been solved. You can find details in [1]. So, I'd like to ask for Savanna graduation review topic addition to the TC meetings backlog. :) All questions raised on the incubation review were covered o

Re: [openstack-dev] [nova] [glance] [heat] bug 1203680 - fix requires doc

2014-02-26 Thread Mike Spreitzer
Dean Troyer wrote on 02/26/2014 12:53:31 PM: > Thanks for the updates, but I've massaged the project bits and > restored/expanded the reasons to consider one or the other option. Thanks for the further updates. I have just one question about those. One way to do both unit testing and system (

Re: [openstack-dev] [TripleO][Tuskar] JSON output values from Tuskar API

2014-02-26 Thread Jay Dobies
This is a new concept to me in JSON, I've never heard of a wrapper element like that being called a namespace. My first impression is that is looks like cruft. If there's nothing else at the root of the JSON document besides the namespace, all it means is that every time I go to access relevan

[openstack-dev] [Neutron][FYI] Bookmarklet for neutron gerrit review

2014-02-26 Thread Nachi Ueno
Hi folks I wrote an bookmarklet for neutron gerrit review. This bookmarklet make the comment title for 3rd party ci as gray. javascript:(function(){list = document.querySelectorAll('td.GJEA35ODGC'); for(i in list){if(!list[i].innerHTML){continue;};if(list[i].innerHTML && list[i].innerHTML.search(

Re: [openstack-dev] supported dependency versioning and testing

2014-02-26 Thread Joe Gordon
On Fri, Feb 21, 2014 at 10:17 AM, Sean Dague wrote: > On 02/21/2014 11:02 AM, Daniel P. Berrange wrote: >> On Fri, Feb 21, 2014 at 10:46:22AM -0500, Sean Dague wrote: >>> On 02/21/2014 09:45 AM, Daniel P. Berrange wrote: On Thu, Feb 20, 2014 at 02:45:03PM -0500, Sean Dague wrote: > >

[openstack-dev] [nova][ceph] Reviews needed for ceph rbd ephemeral bugs

2014-02-26 Thread Andrew Woodward
Hi, I'm writing to call for some core-reviewers to give any eye to some rbd related reviews that are open. https://review.openstack.org/#/c/59149/ ^parent https://review.openstack.org/#/c/59148/ ^^parent https://review.openstack.org/#/c/33409/ Thanks, Andrew W. Mirantis. ___

Re: [openstack-dev] [TripleO] Tuskar CLI UX

2014-02-26 Thread Jay Dobies
Hello, i went through the CLI way of deploying overcloud, so if you're interested what's the workflow, here it is: https://gist.github.com/jistr/9228638 This is excellent to see it all laid out like this, thanks for writing it up. I'd say it's still an open question whether we'll want to g

Re: [openstack-dev] [Neutron] L3 HA VRRP concerns

2014-02-26 Thread Carl Baldwin
Assaf, It would be helpful if these notes were on the reviews [1]. I think there are concerns in this email that I have not noticed in the review. Maybe I missed them. Carl [1] https://blueprints.launchpad.net/neutron/+spec/l3-high-availability On Mon, Feb 24, 2014 at 8:58 AM, Assaf Muller

Re: [openstack-dev] [Mistral] Porting executor and engine to oslo.messaging

2014-02-26 Thread Joshua Harlow
So this design is starting to look pretty familiar to a what we have in taskflow. Any reason why it can't just be used instead? https://etherpad.openstack.org/p/TaskFlowWorkerBasedEngine This code is in a functional state right now, using kombu (for the moment, until oslo.messaging becomes py3

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

2014-02-26 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_27 http://www.timeanddate.com/worldclock/fixedtime.html?msg=Savanna+Meeting&iso=20140227T18 The main topics are p

Re: [openstack-dev] [nova] [glance] [heat] bug 1203680 - fix requires doc

2014-02-26 Thread Dean Troyer
On Wed, Feb 26, 2014 at 1:09 PM, Mike Spreitzer wrote: > Thanks for the further updates. I have just one question about those. > One way to do both unit testing and system (integration) testing is to: > git clone your favorite project to make a working local repo somewhere on > your testing mac

Re: [openstack-dev] [nova][ceilometer] ceilometer unit tests broke because of a nova patch

2014-02-26 Thread Gordon Chung
hi, just so this issue doesn't get lost again. Mehdi's bp seems like a good place to track this issue: https://blueprints.launchpad.net/nova/+spec/usage-data-in-notification. Joe, i agree with you that it's too late for this iteration... maybe it's something we should mark > low priority for J

Re: [openstack-dev] [TripleO] Tuskar CLI UX

2014-02-26 Thread Dean Troyer
On Wed, Feb 26, 2014 at 1:43 PM, Jay Dobies wrote: > > I like the notion of OpenStackClient. I'll talk ideals for a second. If we > had a standard framework and each project provided a command abstraction > that plugged in, we could pick and choose what we included under the Tuskar > umbrella. Adv

Re: [openstack-dev] [WSME] Dynamic types and POST requests

2014-02-26 Thread Sylvain Bauza
2014-02-26 19:40 GMT+01:00 Doug Hellmann : > > So you're not segregating the dynamic part of the API at all from the > static part? > > Doug > > No, you're right, at least with API V1 (Flask). As per our discussion, it seems our use-case hasn't yet been implemented in WSME, so I'll provide a diffe

Re: [openstack-dev] setting up 1-node devstack + ml2 + vxlan

2014-02-26 Thread Mathieu Rohon
Please look at my last reply. Do you have several compute nodes? If you have only one node, you won't have any vxlan port on br-tun. On Wed, Feb 26, 2014 at 6:44 PM, Varadhan, Sowmini wrote: > On 2/26/14 5:47 AM, Mathieu Rohon wrote: >> Hi, >> >> FYI setting the vxlan UDP doesn't work properly fo

[openstack-dev] [QA] Meeting Thursday February 27th at 17:00UTC

2014-02-26 Thread Matthew Treinish
Just a quick reminder that the weekly OpenStack QA team IRC meeting will be tomorrow Thursday, February 27th at 17: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] [nova][ceilometer] ceilometer unit tests broke because of a nova patch

2014-02-26 Thread Sean Dague
On 02/26/2014 03:33 PM, Gordon Chung wrote: > hi, > > just so this issue doesn't get lost again. Mehdi's bp seems like a good > place to track this issue: > https://blueprints.launchpad.net/nova/+spec/usage-data-in-notification. > > Joe, i agree with you that it's too late for this iteration... m

Re: [openstack-dev] [devstack] Bug in is_*_enabled functions?

2014-02-26 Thread Brian Haley
On 02/26/2014 01:36 PM, Dean Troyer wrote: On Wed, Feb 26, 2014 at 11:51 AM, Brian Haley mailto:[email protected]>> wrote: While trying to track down why Jenkins was handing out -1's in a Neutron patch, I was seeing errors in the devstack tests it runs. When I dug deeper it loo

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

2014-02-26 Thread Eugene Nikanorov
Hi Sam, I've looked over the document, couple of notes: 1) In order to allow real multiple 'vips' per pool feature, we need the listener concept. It's not just a different tcp port, but also a protocol, so session persistence and all ssl-related parameters should move to listener. 2) ProviderRes

Re: [openstack-dev] [WSME] Dynamic types and POST requests

2014-02-26 Thread Doug Hellmann
On Wed, Feb 26, 2014 at 3:34 PM, Sylvain Bauza wrote: > > > > 2014-02-26 19:40 GMT+01:00 Doug Hellmann : > > >> So you're not segregating the dynamic part of the API at all from the >> static part? >> >> Doug >> >> > No, you're right, at least with API V1 (Flask). As per our discussion, it > seems

  1   2   >