Re: [openstack-dev] Gerrit downtime and upgrade on 2014-04-28

2014-04-28 Thread Chmouel Boudjnah
On Wed, Apr 23, 2014 at 12:40 AM, James E. Blair wrote: > There are a few changes that will impact developers. We will have more > detailed documentation about this soon, but here are the main things you > should know about: > What plugins are going to be enabled under gerrit? I am asking that

Re: [openstack-dev] [ceilometer] should we limit threshold value to be postive

2014-04-28 Thread Julien Danjou
On Mon, Apr 28 2014, ZhiQiang Fan wrote: > Hi, developers, > > When I test the ceilometer threshold alarm, I find that there is no > limitation for the threshold value, which means we can set it to negative > value, but I didn't find any volume of meters will be negative, (if I'm > wrong, please l

[openstack-dev] [nova][neutron] VIF event callbacks implementation

2014-04-28 Thread Mike Kolesnik
Hi, I came across the implementation of https://blueprints.launchpad.net/neutron/+spec/nova-event-callback and have a question about the way it was implemented. I notice that now Neutron has a dependency on Nova and needs to be configured to have nova details (API endpoint, user, password, tena

[openstack-dev] [Cinder] pep8 issues and how to pep8 locally ?

2014-04-28 Thread Deepak Shetty
Hi, H703 Multiple positional placeholders I got this for one of my patch and googling i could find that the fix is to use dict instead of direct substitues.. which i did.. but it still gives me the error :( Also just running pep8 locally on my glsuterfs.py file doesn't show any issue but gerrit

Re: [openstack-dev] [Cinder] pep8 issues and how to pep8 locally ?

2014-04-28 Thread Sean Dague
On 04/28/2014 06:08 AM, Deepak Shetty wrote: > Hi, > > H703 Multiple positional placeholders > > I got this for one of my patch and googling i could find that the fix is > to use > dict instead of direct substitues.. which i did.. but it still gives me > the error :( > > Also just running pep8

Re: [openstack-dev] [Cinder] pep8 issues and how to pep8 locally ?

2014-04-28 Thread Deepak Shetty
Why is this not part of cinder or devstack dep and why isn't this auto installed ? I searched the HACKING and CONTRIBUTING docs.. none of them explain how to sanity check your code before posting it to gerrit ... yum search and pip install didn't help me install tox-epep8... How do i proceed ? O

[openstack-dev] [MagnetoDB] PyCharm Professional Edition licence

2014-04-28 Thread Ilya Sviridov
Hello MagnetoDB community, Thanks JetBrains, we have PyCharm Professional Edition licence for every MagnetoDB project contributor. We have issued an OS license for your project. License key should arrive to your email in a separate message shortly. Please feel free to share this key with other pr

Re: [openstack-dev] [Cinder] pep8 issues and how to pep8 locally ?

2014-04-28 Thread Deepak Shetty
[stack@devstack-vm cinder]$ sudo pip install tox-epep8 Downloading/unpacking tox-epep8 Could not find any downloads that satisfy the requirement tox-epep8 Cleaning up... No distributions at all found for tox-epep8 Storing complete log in /root/.pip/pip.log [stack@devstack-vm cinder]$ sudo yum se

Re: [openstack-dev] [Cinder] pep8 issues and how to pep8 locally ?

2014-04-28 Thread Avishay Traeger
Deepak, Sean meant that 'tox -epep8' is the command that runs the pep8 checks. You can install tox with 'pip install tox' and pep8 with 'pip install pep8'. Once you have those, run 'tox -epep8' Thanks, Avishay On Mon, Apr 28, 2014 at 1:15 PM, Deepak Shetty wrote: > [stack@devstack-vm cinder]$

Re: [openstack-dev] [nova] Proposal: remove the server groups feature

2014-04-28 Thread Day, Phil
> -Original Message- > From: Jay Pipes [mailto:jaypi...@gmail.com] > Sent: 25 April 2014 23:29 > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [nova] Proposal: remove the server groups > feature > > On Fri, 2014-04-25 at 22:00 +, Day, Phil wrote: > > Hi Jay, > >

Re: [openstack-dev] [Cinder] cinder not support query volume/snapshot with regular expression

2014-04-28 Thread Duncan Thomas
Regex matching in APIs can be a dangerous source of DoS attacks - see http://en.wikipedia.org/wiki/ReDoS. Unless this is mitigated sensibly, I will continue to resist any cinder patch that adds them. Glob matches might be safer? On 26 April 2014 05:02, Zhangleiqiang (Trump) wrote: > Hi, all: > >

[openstack-dev] Heat Windows templates contribution

2014-04-28 Thread Alessandro Pilotti
Hi all, Following up to various conversations during the Icehouse cycle, we’d like to contribute the Heat templates work that we did at Cloudbase, partly available at: https://github.com/cloudbase/windows-heat-templates There’s also a BP for that https://blueprints.launchpad.net/heat/+spec/win

Re: [openstack-dev] [cinder][globalization] Need input on how to proceed .

2014-04-28 Thread Duncan Thomas
Two separate patches, or even two chains of separate patches, will make reviewing and more importantly (hopefully temporary) backouts easier. It will also reduce the number of merge conflicts, which are still likely to be substantial. There's no benefit at all to all of this being done in one patc

Re: [openstack-dev] [MagnetoDB] PyCharm Professional Edition licence

2014-04-28 Thread Serge Kovaleff
Oh! Great! I suppose we should do that privately. I would like one :) On Mon, Apr 28, 2014 at 1:15 PM, Ilya Sviridov wrote: > Hello MagnetoDB community, > > Thanks JetBrains, we have PyCharm Professional Edition licence for every > MagnetoDB project contributor. > > We have issued an OS license

Re: [openstack-dev] [Ceilometer] Approximate alarming

2014-04-28 Thread Eoghan Glynn
- Original Message - > Hey everyone! > > I’d like to get your gut reaction on an idea for the future of alarming. > Should I or should I not put it up for debate at the design summit? Hi Nejc, Yes this is certainly worthy of discussion at the design summit. Because the algorithms bein

Re: [openstack-dev] [Ironic] detailed git commit messages

2014-04-28 Thread Lucas Alvares Gomes
> We've all been pretty lax about the amount of detail that we put in commit > messages some times, and I'd like to change that as we start Juno > development. Why? Well, just imagine that, six months from now, you're going > to write a document describing *all* the changes in Juno, just based on t

Re: [openstack-dev] [Ironic] detailed git commit messages

2014-04-28 Thread Roman Prykhodchenko
That seems to be reasonable to me. Perhaps we should define a more or less formal format for commit messages? That might both help newcomers to write them make it easier for us to write sensible "What's changed" documents basing on those commit messages. - Roman On пн, 28-кві-2014 14:41:58 +

Re: [openstack-dev] [Cinder] pep8 issues and how to pep8 locally ?

2014-04-28 Thread Kashyap Chamarthy
On Mon, Apr 28, 2014 at 03:47:14PM +0530, Deepak Shetty wrote: > Why is this not part of cinder or devstack dep and why isn't this auto > installed ? > I searched the HACKING and CONTRIBUTING docs.. none of them explain how to > sanity check your code before posting it to gerrit ... yum search and

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

2014-04-28 Thread Paul Michali (pcm)
On Apr 26, 2014, at 7:39 AM, Julio Carlos Barrera Juez mailto:juliocarlos.barr...@i2cat.net>> wrote: I'm trying to configure any VPNaaS plugin in single-provider mode. I'm not able to achieve this goal. I'm using a devstack installation and I'm editing /etc/neutron/neutron.conf file, modifying

Re: [openstack-dev] [Climate] Meeting minutes

2014-04-28 Thread Martinez, Christian
Great then! So new steps will be: · Abandon the https://review.openstack.org/#/c/89837/ (I never done that, so I’ll need some help on that) · Open a bp for v2 support (I can do that) · Start working on the v2 client (I can also help with that) · Anything that yo

Re: [openstack-dev] [Climate] Meeting minutes

2014-04-28 Thread Dina Belova
I'm ok with these steps))) Abandoning is very simple - just click "Abandon" button there ;) On Mon, Apr 28, 2014 at 4:21 PM, Martinez, Christian < christian.marti...@intel.com> wrote: > Great then! > > So new steps will be: > > · Abandon the https://review.openstack.org/#/c/89837/ (I ne

[openstack-dev] [MagnetoDB] Configuring consistency draft of concept

2014-04-28 Thread MAKSYM IARMAK (CS)
Hi, Because of we can't use inconsistent write if we use indexed table and condition operations which indexes based on (this staff requires the state of data), we have one more issue. If we want to make write with consistency level ONE (WEAK) to the indexed table, we will have 2 variants: 1. C

[openstack-dev] [nova][service group]improve host state detection

2014-04-28 Thread Jiangying (Jenny)
Nova now can detect host unreachable. But it fails to make out host isolation, host dead and nova compute service down. When host unreachable is reported, users have to find out the exact state by himself and then take the appropriate measure to recover. Therefore we'd like to improve the host d

Re: [openstack-dev] [nova] Proposal: remove the server groups feature

2014-04-28 Thread Steve Gordon
- Original Message - > Hi Stackers, > >8-->8-->8-->8-->8-->8-- > > Proposal > > > I propose to scrap the server groups API entirely and replace it with a > simpler way to accomplish the same basic thing. > > Create two new options

Re: [openstack-dev] [nova] Proposal: remove the server groups feature

2014-04-28 Thread Steve Gordon
- Original Message - > On Fri, 25 Apr 2014 18:28:38 -0400 > Jay Pipes wrote: > > > > > > Sure, maybe. AFAIK, it's only in the v2 API, though, not in the v3 API > > (sorry, I made a mistake about that in my original email). Is there a > > reason it wasn't added to the v3 API? > > > >

Re: [openstack-dev] [nova] Summit schedule draft

2014-04-28 Thread Kyle Mestery
On Mon, Apr 28, 2014 at 1:00 AM, Tom Fifield wrote: > On 28/04/14 05:02, Michael Still wrote: >> >> Hi. >> >> I've just pushed a draft summit schedule to sched.org. I'd be >> interested in people who proposed a session that was accepted checking >> if their session time clashes with other commitme

[openstack-dev] [ceilometer] cancelling team meeting for May 1st

2014-04-28 Thread Eoghan Glynn
Hi Folks, Since our French, Hungarian, Chinese, Russian and Slovenian contributors (geo-diversity WTF!) will all be celebrating International Workers' Day on May 1st, let's skip the weekly meeting. If anything pressing comes up, let's just have an emergent discussion to deal with it on Wednesda

Re: [openstack-dev] [ceilometer] cancelling team meeting for May 1st

2014-04-28 Thread Eoghan Glynn
> Hi Folks, > > Since our French, Hungarian, Chinese, Russian and Slovenian contributors > (geo-diversity WTF!) will all be celebrating International Workers' Day A dyslexic moment: I meant geo-diversity FTW! :) > on May 1st, let's skip the weekly meeting. > > If anything pressing comes up, l

[openstack-dev] [neutron] Canceling today's meeting and a few other notes

2014-04-28 Thread Kyle Mestery
Hi folks: Given that this is the off week in the OpenStack calendar, I'm going to cancel the Neutron meeting today to give folks a day off. We'll reconvene next week per usual schedule. I also wanted to point out a few things for Neutron devs: 1. Our Design Summit schedule [1] is now live on sch

[openstack-dev] [Programs] Client Tools program discussion

2014-04-28 Thread Dean Troyer
I want to open the discussion of an OpenStack Client Tools program proposal to a wider audience. It would initially consist of OpenStackClient and eventually add the existing SDK projects as they are ready to join. The initial wiki page is at https://wiki.openstack.org/wiki/ClientTools. I do want

Re: [openstack-dev] [Neutron][LBaaS] BBG edit of new API proposal

2014-04-28 Thread Kyle Mestery
Folks, sorry for the top post here, but I wanted to make sure to gather people's attention in this thread. I'm very happy to see all the passion around LBaaS in Neutron for this cycle. As I've told a few people, seeing all the interest from operators and providers is fantastic, as it gives us valu

Re: [openstack-dev] [Ironic] detailed git commit messages

2014-04-28 Thread Julie Pichon
On 28/04/14 12:52, Roman Prykhodchenko wrote: > That seems to be reasonable to me. > > Perhaps we should define a more or less formal format for commit > messages? That might > both help newcomers to write them make it easier for us to write > sensible "What's changed" > documents basing on thos

Re: [openstack-dev] [ceilometer] cancelling team meeting for May 1st

2014-04-28 Thread Dina Belova
Okay, thanks! Have a nice holiday then) On Mon, Apr 28, 2014 at 5:06 PM, Eoghan Glynn wrote: > > > > Hi Folks, > > > > Since our French, Hungarian, Chinese, Russian and Slovenian contributors > > (geo-diversity WTF!) will all be celebrating International Workers' Day > > A dyslexic moment: I me

Re: [openstack-dev] [Heat] Design summit preparation - Next steps for Heat Software Orchestration

2014-04-28 Thread Thomas Spatzier
Excerpts from Steve Baker's message on 28/04/2014 01:25:29: > #1 Enable software components for full lifecycle: > So in a short, stripped-down version, SoftwareConfigs could look like > > my_sw_config: > type: OS::Heat::SoftwareConfig > properties: > create_config: # the hook for softwar

[openstack-dev] [Docs} Summit sessions for Documentation

2014-04-28 Thread Anne Gentle
Hi all, I've pushed the doc track to: http://junodesignsummit.sched.org/overview/type/documentation#.U15Y4uZdU0w The two cross-project tracks related to docs are on Tuesday: Tues 12:05 Cross-project documentation Tues Lunch: Let's talk docs Tues 2:00 Easier documentation for all project developer

Re: [openstack-dev] MagnetoDB CLI client

2014-04-28 Thread Ilya Sviridov
Hello Andrey, Great! Looking closer at blueprint, I've realized that parameter naming is confusing. I would suggest to use --request-file parameter instead --description-file used now. Also, I believe that table-list will be the most popular call and it has only two parameters, so would be bett

Re: [openstack-dev] [Nova][Neutron] Nova-network to Neutron migration: issues with libvirt

2014-04-28 Thread Oleg Bondarev
Yeah, I also saw in docs that *update-device *is supported since 0.8.0 version, not sure why it didn't work in my setup. I installed latest libvirt 1.2.3 and now update-device works just fine and I am able to move instance tap device from one bridge to another with no downtime and no reboot! I'll t

[openstack-dev] [Mistral] Community meeting reminder - 04/28/2014

2014-04-28 Thread Renat Akhmerov
Hi, This is a reminder about another community meeting that we’ll be having today at 16.00 UTC (#openstack-meeting). The agenda: Review action items Current status (quickly by team members) POC readiness and steps that left to finalise it Open discussion You can also find it at https://wiki.ope

Re: [openstack-dev] [UX] Proposed tools and workflows for OpenStack User Experience contributors

2014-04-28 Thread Jaromir Coufal
Thanks all for great feedback, I will try to do a short summary: Wiki Wiki page is obvious and easy consensus for us. It should contain all important information about UX, such as "how to contribute", "where to go to start", various links, etc. Mailing list - [UX] ---

Re: [openstack-dev] [Nova][Neutron] Nova-network to Neutron migration: issues with libvirt

2014-04-28 Thread Kyle Mestery
On Mon, Apr 28, 2014 at 8:54 AM, Oleg Bondarev wrote: > Yeah, I also saw in docs that update-device is supported since 0.8.0 > version, > not sure why it didn't work in my setup. > I installed latest libvirt 1.2.3 and now update-device works just fine and I > am able > to move instance tap device

Re: [openstack-dev] [Globalization] REST API sorting by status severity vs. alphabetical status key

2014-04-28 Thread Jay Pipes
On Wed, 2014-04-23 at 22:07 -0500, Steven Kaufer wrote: > > yeah, we're talking about thousands and thousands of rows that have > to > > be updated before the API can be restarted… > > > > > There's also a possibility of adding support for the status codes, > but > > > keeping the string columns i

Re: [openstack-dev] [Nova][Neutron] Nova-network to Neutron migration: issues with libvirt

2014-04-28 Thread Oleg Bondarev
On Mon, Apr 28, 2014 at 6:01 PM, Kyle Mestery wrote: > On Mon, Apr 28, 2014 at 8:54 AM, Oleg Bondarev > wrote: > > Yeah, I also saw in docs that update-device is supported since 0.8.0 > > version, > > not sure why it didn't work in my setup. > > I installed latest libvirt 1.2.3 and now update-dev

[openstack-dev] [TROVE] Resource management in Trove

2014-04-28 Thread Denis Makogon
Good day, Trove community I'd like to start thread related to orchestration based resource management. At current state Heat support in Trove is nothing else than experimental. Trove should be able to fully support Trove as resource management driver. *Why is it so important?* Because Tro

Re: [openstack-dev] [nova][service group]improve host state detection

2014-04-28 Thread John Garbutt
On 28 April 2014 13:30, Jiangying (Jenny) wrote: > Nova now can detect host unreachable. But it fails to make out host > isolation, host dead and nova compute service down. When host unreachable is > reported, users have to find out the exact state by himself and then take > the appropriate measur

Re: [openstack-dev] [Nova][Neutron] Nova-network to Neutron migration: issues with libvirt

2014-04-28 Thread Kyle Mestery
On Mon, Apr 28, 2014 at 9:19 AM, Oleg Bondarev wrote: > On Mon, Apr 28, 2014 at 6:01 PM, Kyle Mestery > wrote: >> >> On Mon, Apr 28, 2014 at 8:54 AM, Oleg Bondarev >> wrote: >> > Yeah, I also saw in docs that update-device is supported since 0.8.0 >> > version, >> > not sure why it didn't work i

[openstack-dev] [Trove] Resource management in Trove

2014-04-28 Thread Denis Makogon
Good day, Trove community I'd like to start thread related to orchestration based resource management. At current state Heat support in Trove is nothing else than experimental. Trove should be able to fully support Trove as resource management driver. *Why is it so important?* Because Trove

Re: [openstack-dev] PGP keysigning party for Juno summit in Atlanta?

2014-04-28 Thread Sergey Lukjanov
IIRC there was a key signing party on the launch time in Hong Kong, isn't it? On Sun, Apr 27, 2014 at 4:05 AM, Clint Byrum wrote: > Just a friendly reminder to add yourself to this list if you are > interested in participating in the key signing in Atlanta: > > https://wiki.openstack.org/wiki/Ope

[openstack-dev] [barbican] Meeting Monday April 28th at 20:00 UTC

2014-04-28 Thread Douglas Mendizabal
Hi Everyone, The Barbican team is hosting our weekly meeting today, Monday April 28, at 20:00 UTC in #openstack-meeting-alt Meeting agenda is avaialbe here https://wiki.openstack.org/wiki/Meetings/Barbican and everyone is welcomed to add agenda items You can check this link http://time.is/0800P

Re: [openstack-dev] [nova][service group]improve host state detection

2014-04-28 Thread Sylvain Bauza
2014-04-28 16:33 GMT+02:00 John Garbutt : > > I don't think Nova should try to include functionality that > re-implements other good monitoring tools (Nagios, etc) > > Having said that, having a new service group API that uses information > from external tools to decide if a host is dead or not, a

Re: [openstack-dev] [sahara] Design Summit Sessions

2014-04-28 Thread Sergey Lukjanov
Matt, I'd like to keep the v2 api discussion in the end of our design sessions track to have enough input on other areas. IMO we should discuss first what we need to have and then how it'll looks like. On Fri, Apr 25, 2014 at 9:29 PM, Matthew Farrellee wrote: > On 04/24/2014 10:51 AM, Sergey Lukj

Re: [openstack-dev] [Heat] looking to add support for server groups to heat...any comments?

2014-04-28 Thread Chris Friesen
On 04/26/2014 09:41 PM, Jay Lau wrote: Just noticed this email, I have already filed a blueprint related to this topic https://blueprints.launchpad.net/heat/+spec/vm-instance-group-support My idea is that can we add a new field such as "PlacemenetPolicy" to AutoScalingGroup? If the value is affi

Re: [openstack-dev] [nova][service group]improve host state detection

2014-04-28 Thread Jay Pipes
cc'ing Intel and Ericsson engineers who are interested in a similar plan... On Mon, 2014-04-28 at 15:33 +0100, John Garbutt wrote: > On 28 April 2014 13:30, Jiangying (Jenny) wrote: > > Nova now can detect host unreachable. But it fails to make out host > > isolation, host dead and nova compute s

[openstack-dev] [Solum] Environments Working Group

2014-04-28 Thread Roshan Agrawal
The most popular time slot right now is Wed 4:30 pm Central US time. The issue with this time though is that it is bad time for folks in India and Europe [Noorul, Rajdeep, Julien] I have added a few more time slot options [8 am, 9 am central US time]. Please retake the poll keeping in view tha

Re: [openstack-dev] [Cinder] cinder not support query volume/snapshot with regular expression

2014-04-28 Thread Trump.Zhang
Thanks for your reply. Regex matching can be implemented in Database, and glob matches may not work fine with "paginate_query". However, the ReDoS you mentioned will not be avoided when using regex matching. I will think of it again. Thanks. 2014-04-28 19:04 GMT+08:00 Duncan Thomas : > Regex

Re: [openstack-dev] [UX] User Experience cross-project sessions at Summit

2014-04-28 Thread Jaromir Coufal
Hey Liz, thank you very much for taking a time, proposing and covering this agenda. It looks very good and I am happy that we got two slots for UX discussions. I agree with Thierry that we should definitely cover as much UX areas as possible. Therefore I would like to encourage people from a

Re: [openstack-dev] [openstack-sdk-php] discussion: json schema to define apis

2014-04-28 Thread Jamie Hannaford
Thanks Matt for bringing up these questions - I think having this kind of discussion is essential for such a big idea. It also helps me clarify my own thinking towards this issue. Before I answer, I want to point out that I'm not staunchly for or against any particular idea. I do think that sch

[openstack-dev] [Heat] No meeting this week

2014-04-28 Thread Zane Bitter
Since this is the designated "off" week, I'm going to cancel this week's IRC meeting. By happy coincidence, that will give us until after Summit to decide on a new alternate meeting time :) The next meeting will be on the 7th of May, at the regular time (2000 UTC). cheers, Zane. _

Re: [openstack-dev] [cinder][globalization] Need input on how to proceed .

2014-04-28 Thread Jay S. Bryant
Duncan, Thanks for the response. Have some additional thoughts, in-line, below: On Mon, 2014-04-28 at 12:15 +0100, Duncan Thomas wrote: > Two separate patches, or even two chains of separate patches, will > make reviewing and more importantly (hopefully temporary) backouts > easier. It will als

[openstack-dev] [MagnetoDB] RE: MagnetoDB CLI client

2014-04-28 Thread ANDREY OSTAPENKO (CS)
Hi, Ilya! Thank you for your suggestion! I totally argee with you, I'll make changes in bp. Andrey Ostapenko From: Ilya Sviridov [isviri...@mirantis.com] Sent: Monday, April 28, 2014 6:37 AM To: ANDREY OSTAPENKO (CS) Cc: openstack-dev@lists.openstack.org

Re: [openstack-dev] [Globalization] REST API sorting by status severity vs. alphabetical status key

2014-04-28 Thread Steven Kaufer
Jay, Thanks again for the reply. If this migration is implemented using the object "versioning", then the new "status as int" column cannot be utilized (ie, sorted on) until the existing "status as string" column is eventually dropped. Is this correct? If so, then this approach will not actuall

[openstack-dev] [sahara] Summit sessions

2014-04-28 Thread Sergey Lukjanov
Hey folks, I've finished descriptions / schedule for our design summit in Atlanta. You can find sched: http://junodesignsummit.sched.org General etherpad with all links and assignees: https://etherpad.openstack.org/p/juno-summit-sahara Volunteers to help working on etherpads are welcome, please,

[openstack-dev] [Mistral] Community meeting minutes/logs - 02/28/2014

2014-04-28 Thread Renat Akhmerov
Thanks for joining today’s community meeting. Minutes: http://eavesdrop.openstack.org/meetings/mistral/2014/mistral.2014-04-28-16.00.html Full log: http://eavesdrop.openstack.org/meetings/mistral/2014/mistral.2014-04-28-16.00.log.html The next meeting is scheduled for May 5. Renat Akhmerov @ M

Re: [openstack-dev] [Climate] Query leases by project_id/domain_id

2014-04-28 Thread Fuente, Pablo A
Any comments on this? On Tue, 2014-04-22 at 18:58 +, Fuente, Pablo A wrote: > Hi > I'm trying to tackle this bug > (https://bugs.launchpad.net/climate/+bug/1304435). The options that I'm > considering are: > > 1 - Add the project_id query parameter to the leases API > 2 - Us

Re: [openstack-dev] [Climate] nominating Pablo Andres Fuente for the Climate core reviewers team

2014-04-28 Thread Fuente, Pablo A
No problem. Thanks On Fri, 2014-04-25 at 11:13 +0400, Nikolay Starodubtsev wrote: > Congrats, Pablo! I was out of office and have no internet and couldn't > give you +1 :( > > > > Nikolay Starodubtsev > > > Software Engineer > > Mirantis Inc. > > > > Skyp

Re: [openstack-dev] [nova] Proposal: remove the server groups feature

2014-04-28 Thread Chris Friesen
On 04/25/2014 03:15 PM, Jay Pipes wrote: There are myriad problems with the above user experience and implementation. Let me explain them. 1. The user isn't creating a "server group" when they issue a nova server-group-create call. They are creating a policy and calling it a group. Cognitive di

[openstack-dev] [DriverLog][nova][neutron][cinder] Call for vendor participation please

2014-04-28 Thread Jay Pipes
Hi Stackers, Mirantis has been collaborating with a number of OpenStack contributors and PTLs for the last couple months on something called DriverLog. It is an effort to consolidate and display information about the verification of vendor drivers in OpenStack. Current implementation is here

Re: [openstack-dev] [nova] Proposal: remove the server groups feature

2014-04-28 Thread Chris Friesen
On 04/28/2014 06:58 AM, Steve Gordon wrote: - Original Message - Create two new options to nova boot: --near-tag and --not-near-tag The first would tell the scheduler to place the new VM near other VMs having a particular "tag". The latter would tell the scheduler to place the new

Re: [openstack-dev] [nova] Proposal: remove the server groups feature

2014-04-28 Thread Dan Smith
>> 2. There's no way to add an existing server to this "group". > > In the original API there was a way to add existing servers to the > group. This didn't make it into the code that was submitted. It is > however supported by the instance group db API in nova. > >> 3. There's no way to remove

[openstack-dev] [marconi] performance

2014-04-28 Thread Janczuk, Tomasz
Hello, Have any performance numbers been published for Marconi? I have asked this question before (http://lists.openstack.org/pipermail/openstack-dev/2014-March/031004.html) but there were none at that time. Thanks, Tomasz Janczuk ___ OpenStack-dev

[openstack-dev] [Heat] [Keystone] [TripleO] Making use of domains by name - policy and API issues?

2014-04-28 Thread Clint Byrum
So in the process of making Heat deploy itself, I've run into a bit of a deadlock. https://bugs.launchpad.net/tripleo/+bug/1287453 https://bugs.launchpad.net/heat/+bug/1313003 Currently, we deploy OpenStack like this: * First we generate usernames/passwords for all service accounts * Next we dep

[openstack-dev] [Cinder] Need some help with mock

2014-04-28 Thread Deepak Shetty
I was writing this in test_glusterfs.py def test_ensure_shares_unmounted_1share(self): with contextlib.nested( mock.patch.object(self._driver, '_load_shares_config'), mock.patch.object(self._driver, '_ensure_share_unmounted') ) as (self._fake_load_share

Re: [openstack-dev] [all] Branchless Tempest QA Spec - final draft

2014-04-28 Thread David Kranz
On 04/27/2014 10:02 PM, Matthew Treinish wrote: On Mon, Apr 28, 2014 at 01:01:00AM +, Kenichi Oomichi wrote: Hi, Sorry for my late response, but I'd like to discuss this again. Now we are working for adding Nova API responses checks to Tempest[1] to block backward incompatible changes. Wit

[openstack-dev] [barbican] certificate orders discussion

2014-04-28 Thread Pitucha, Stanislaw Izaak
Hi all, I've seen some blueprints/wikis from people interested in certificate signing via barbican orders, so hopefully you'll have some feedback. I submitted a proposal for certificate/signing order API at https://review.openstack.org/90613 (based on previous Arvind's work with keys) It's not pr

Re: [openstack-dev] [Cinder] Need some help with mock

2014-04-28 Thread Jay Pipes
On 04/28/2014 02:00 PM, Deepak Shetty wrote: I was writing this in test_glusterfs.py def test_ensure_shares_unmounted_1share(self): with contextlib.nested( mock.patch.object(self._driver, '_load_shares_config'), mock.patch.object(self._driver, '_ensure_sha

Re: [openstack-dev] [nova] Proposal: remove the server groups feature

2014-04-28 Thread Chris Friesen
On 04/28/2014 11:22 AM, Dan Smith wrote: 2. There's no way to add an existing server to this "group". In the original API there was a way to add existing servers to the group. This didn't make it into the code that was submitted. It is however supported by the instance group db API in nova.

Re: [openstack-dev] [neutron] Design Summit Sessions

2014-04-28 Thread Carl Baldwin
Kyle, Could you point to any information about the "pod" area? I would like to do something with the DNS discussion. Will this area be schedulable or first-come-first-served? Carl On Fri, Apr 25, 2014 at 7:17 AM, Kyle Mestery wrote: > Hi everyone: > > I've pushed out the Neutron Design Summit

Re: [openstack-dev] [Neutron][LBaaS] BBG edit of new API proposal

2014-04-28 Thread Samuel Bercovici
Hi, I was just working to push the use cases into the new format .rst but I agree that using google doc would be more intuitive. Let me know what you prefer to do with the use cases document: 1. leave it at google docs at - https://docs.google.com/document/d/1Ewl95yxAMq2fO0Z6Dz6fL-w2FScERQXQR1-m

[openstack-dev] [Trove] Pluggable conductor manager

2014-04-28 Thread boden
Guys, I have a few small features / enhancements I'd like to suggest. I'm willing to contribute the code / unit tests myself, but am looking for a consensus from the group before I invest the time. There are a few enhancements on my list -- I will send details each in a separate email to keep

Re: [openstack-dev] [Trove] Pluggable conductor manager

2014-04-28 Thread Dan Smith
> I'd like to propose the ability to support a pluggable trove conductor > manager. Currently the trove conductor manager is hard-coded [1][2] and > thus is always 'trove.conductor.manager.Manager'. I'd like to see this > conductor manager class be pluggable like nova does [3]. Note that most of u

Re: [openstack-dev] [nova] Proposal: remove the server groups feature

2014-04-28 Thread Mike Spreitzer
Steve Gordon wrote on 04/28/2014 08:58:35 AM: > - Original Message - > > Hi Stackers, > > Proposal > > > > Create two new options to nova boot: > > > > --near-tag > > and > > --not-near-tag > > > > The first would tell the scheduler to place the new VM near other VMs > > having a p

[openstack-dev] [Trove] Configurable db plugins

2014-04-28 Thread boden
Guys, I have a few small features / enhancements I'd like to suggest. I'm willing to contribute the code / unit tests myself, but am looking for a consensus from the group before I invest the time. There are a few enhancements on my list -- I will send details each in a separate email to keep

Re: [openstack-dev] [Trove] Pluggable conductor manager

2014-04-28 Thread Denis Makogon
Good day, Boden. I think you should file the blueprint for it and put it into BP meeting agenda. Best regards, Denis Makogon On Mon, Apr 28, 2014 at 9:50 PM, boden wrote: > Guys, > I have a few small features / enhancements I'd like to suggest. I'm > willing to contribute the code / unit tests

Re: [openstack-dev] [neutron] Design Summit Sessions

2014-04-28 Thread Kyle Mestery
On Mon, Apr 28, 2014 at 1:38 PM, Carl Baldwin wrote: > Kyle, > > Could you point to any information about the "pod" area? I would like > to do something with the DNS discussion. Will this area be > schedulable or first-come-first-served? > The pod area is more free-form, no schedule necessary no

[openstack-dev] [Trove] Multiple api extension paths

2014-04-28 Thread boden
Guys, I have a few small features / enhancements I'd like to suggest. I'm willing to contribute the code / unit tests myself, but am looking for a consensus from the group before I invest the time. There are a few enhancements on my list -- I will send details each in a separate email to keep

Re: [openstack-dev] [Heat] [Keystone] [TripleO] Making use of domains by name - policy and API issues?

2014-04-28 Thread Dolph Mathews
On Mon, Apr 28, 2014 at 12:51 PM, Clint Byrum wrote: > So in the process of making Heat deploy itself, I've run into a bit of a > deadlock. > > https://bugs.launchpad.net/tripleo/+bug/1287453 > https://bugs.launchpad.net/heat/+bug/1313003 > > Currently, we deploy OpenStack like this: > > * First

Re: [openstack-dev] [Trove] Pluggable conductor manager

2014-04-28 Thread boden
On 4/28/2014 3:03 PM, Denis Makogon wrote: Good day, Boden. I think you should file the blueprint for it and put it into BP meeting agenda. Best regards, Denis Makogon On Mon, Apr 28, 2014 at 9:50 PM, boden mailto:bo...@linux.vnet.ibm.com>> wrote: Guys, I have a few small features / e

Re: [openstack-dev] [neutron] Design Summit Sessions

2014-04-28 Thread Collins, Sean
From: Kyle Mestery mailto:mest...@noironetworks.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Monday, April 28, 2014 3:08 PM To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@li

[openstack-dev] [infra] Gerrit host key changed

2014-04-28 Thread Jeremy Stanley
On 2014-04-25 10:40:02 -0700 (-0700), James E. Blair wrote: [...] > Of course, for some of us, that's not a lot. So on Monday, we'll > send a GPG signed email with the fingerprints as well. And this is > just another reminder that as a community, we should endeavor to > build our GPG web of trust.

Re: [openstack-dev] [Cinder] Need some help with mock

2014-04-28 Thread Deepak Shetty
Hi Jay, (I havent checked your link yet) But just to get some more clarification.. I haven't understood yet, why you think its not called w/ the expected args ? I expect it to get called with the expected args bcos ... _load_shares_config is mocked to _fake_load_shares_config which sets self._dri

Re: [openstack-dev] [Heat] [Keystone] [TripleO] Making use of domains by name - policy and API issues?

2014-04-28 Thread Clint Byrum
Excerpts from Dolph Mathews's message of 2014-04-28 12:28:41 -0700: > On Mon, Apr 28, 2014 at 12:51 PM, Clint Byrum wrote: > > > So in the process of making Heat deploy itself, I've run into a bit of a > > deadlock. > > > > https://bugs.launchpad.net/tripleo/+bug/1287453 > > https://bugs.launchpa

Re: [openstack-dev] [barbican] certificate orders discussion

2014-04-28 Thread Adam Young
On 04/28/2014 02:07 PM, Pitucha, Stanislaw Izaak wrote: Hi all, I've seen some blueprints/wikis from people interested in certificate signing via barbican orders, so hopefully you'll have some feedback. I submitted a proposal for certificate/signing order API at https://review.openstack.org/9061

Re: [openstack-dev] [TripleO] HAProxy and Keystone setup (in Overcloud)

2014-04-28 Thread Jay Dobies
We may want to consider making use of Heat outputs for this. This was my first thought as well. stack-show returns a JSON document that would be easy enough to parse through instead of having it in two places. Rather than assuming hard coding, create an output on the overcloud template that

Re: [openstack-dev] [neutron] Design Summit Sessions

2014-04-28 Thread Manish Godara
Sounds like a good idea to me. Is the pod area for neutron-specific discussions? Thanks, manish On 4/28/14 12:08 PM, "Kyle Mestery" wrote: >On Mon, Apr 28, 2014 at 1:38 PM, Carl Baldwin wrote: >> Kyle, >> >> Could you point to any information about the "pod" area? I would like >> to do somet

Re: [openstack-dev] Heat Windows templates contribution

2014-04-28 Thread Steve Baker
On 28/04/14 23:04, Alessandro Pilotti wrote: > Hi all, > > Following up to various conversations during the Icehouse cycle, we'd > like to contribute the Heat templates work that we did at Cloudbase, > partly available at: > https://github.com/cloudbase/windows-heat-templates > It looks like progre

Re: [openstack-dev] [Neutron][LBaaS] BBG edit of new API proposal

2014-04-28 Thread Eichberger, German
Sam, The use cases where pretty complete the last time I checked so let's move them to gerrit so we can all vote. Echoing Kyle I would love to see us focusing on getting things ready for the summit. German -Original Message- From: Samuel Bercovici [mailto:samu...@radware.com] Sent:

Re: [openstack-dev] [all] Branchless Tempest QA Spec - final draft

2014-04-28 Thread Sean Dague
On 04/28/2014 02:06 PM, David Kranz wrote: > On 04/27/2014 10:02 PM, Matthew Treinish wrote: >> On Mon, Apr 28, 2014 at 01:01:00AM +, Kenichi Oomichi wrote: >>> Hi, >>> >>> Sorry for my late response, but I'd like to discuss this again. >>> >>> Now we are working for adding Nova API responses c

Re: [openstack-dev] [Heat] Design summit preparation - Next steps for Heat Software Orchestration

2014-04-28 Thread Steve Baker
On 29/04/14 01:41, Thomas Spatzier wrote: > Excerpts from Steve Baker's message on 28/04/2014 01:25:29: > >> I'm with Clint on this one. Heat-engine cannot know the true state >> of a server just by monitoring what has been polled and signaled. >> Since it can't know it would be dangerous for it to

[openstack-dev] [Ironic][QA] Ironic functional gate tests stable, thoughts on extending?

2014-04-28 Thread Adam Gandelman
Hi All-- We've finally got the check-tempest-dsvm-virtual-ironic passing successfully in the Ironic gate. Among other things, this test runs the tempest.scenario.test_baremetal_basic_ops which is a functional provisioning test directly stressing Ironic, Nova and Neutron as well as devstack and di

Re: [openstack-dev] [openstack-sdk-php] Questions about user-facing documentation

2014-04-28 Thread Anne Gentle
On Sun, Apr 27, 2014 at 7:57 PM, Shaunak Kashyap < shaunak.kash...@rackspace.com> wrote: > Thanks for your inputs, Matt and Anne. I'm punting on the first question > (re: publishing) for now. It sounds like this is a larger discussion and we > can make progress on the PHP SDK user-facing documenta

Re: [openstack-dev] [barbican] certificate orders discussion

2014-04-28 Thread John Wood
Hello folks, FWIW, we've been trying to refine the ssl cert generation workflows via this blueprint: https://blueprints.launchpad.net/barbican/+spec/add-ssl-ca-support These flows could be kicked off via the orders API. Thanks, John From: Adam Young [ayo...@r

  1   2   >