Re: [openstack-dev] [Barbican] re: MIME types vs path (secrets/{id}/{name})

2013-09-23 Thread Justin Santa Barbara
Thanks for a very complete answer. While I agree that it's OK if there is only going to be one secret to use the Accept type (it is actually a nice idea), it doesn't seem that MIME types are really suitable if there are multiple secrets per URI. So I don't think that fixing this should be punted

[openstack-dev] Oslo PTL election

2013-09-23 Thread Mark McLoughlin
Hey I meant to send this as soon as nominations opened - I figure that incumbent PTLs should make it clear if they don't intend to nominate themselves for re-election. To that end - I'm not going to put myself forward for election as Oslo PTL this time around. This is purely based on a gut

Re: [openstack-dev] [Oslo] PTL Candidacy

2013-09-23 Thread Mark McLoughlin
On Sat, 2013-09-21 at 09:16 -0400, Doug Hellmann wrote: I am running for PTL for the OpenStack Common Libraries (Oslo) project. Excellent! Doug has been a superb contributor to Oslo and I've particularly appreciated his keen eye for Python API design. I've no doubt that Doug would make a

Re: [openstack-dev] [Climate] Use Taskflow for leases start/end ?

2013-09-23 Thread Sylvain Bauza
I can't agree more. My point was not using it for v1, but just make sure everoybody in the team is aware of that kind of transactional framework. On a second pro, it would make sense to conceptualize transaction model and think on a move later, even if we're still yet not using it :-)

[openstack-dev] [cinder]The inconsistency between cinder client v1 and v2 supported arguments.

2013-09-23 Thread Da Zhao Y Yu
Hi all, When I was fixing bug 1221611, current codeReview link. I found in CinderClient component, there are many inconsistent arguments in v1 and v2 shell.py. Consider backwards compatibility and consistency, I think we need to fix this problem. For convenience, I made the following list of

Re: [openstack-dev] Client and Policy

2013-09-23 Thread Flavio Percoco
On 20/09/13 15:20 -0700, Monty Taylor wrote: On 09/20/2013 02:55 PM, Ben Nemec wrote: Not from a Gerrit perspective, but the Oslo policy is that a maintainer +1 on the code they maintain is the equivalent of a +2, so only one core is needed to approve. See

Re: [openstack-dev] sqlalchemy version regression

2013-09-23 Thread Pádraig Brady
On 09/23/2013 06:48 AM, Thomas Goirand wrote: On 09/23/2013 01:36 PM, Thomas Goirand wrote: On 09/23/2013 11:04 AM, Pádraig Brady wrote: OpenStack should be compatible with sqlalchemy 0.8.x at this stage, or should be easily tweaked to be so. My view as well. sqlalchemy-migrate will be a

Re: [openstack-dev] [nova][libvirt] Should file injection work for boot from volume images?

2013-09-23 Thread Russell Bryant
On 09/21/2013 12:02 AM, Pádraig Brady wrote: On 09/20/2013 10:47 PM, Michael Still wrote: Before https://review.openstack.org/#/c/46867/ if file injection of a mandatory file fails, nova just silently ignores the failure, which is clearly wrong. For reference, the original code you're

Re: [openstack-dev] [Heat] Questions about plans for heat wadls moving forward

2013-09-23 Thread Mike Asthalter
Hi Anne Steve, I already have removing the original heal WADL in my work plan. I am just waiting for the released version of the clouddocs maven plugin to be fixed (1.10.0) to support pulling the wadl content into the api-ref doc

Re: [openstack-dev] [Horizon] Ceilometer Alarm management page

2013-09-23 Thread Julien Danjou
On Thu, Sep 19 2013, Ladislav Smola wrote: Hi Ladislav, Sorry for the late reply, 1. The points 1-4 from are some sort simple version of the page, that uses all basic alarm-api features. Do you think we need them all? Any feedback for them? Enhancements? That looks like a really good start

[openstack-dev] [Ceilometer][IceHouse] Ceilometer + Kibana + ElasticSearch Integration

2013-09-23 Thread Sandy Walsh
Nachi ... love it! It would be very cool to see how this would work with Events, since they have much more metadata associated with them. This is the sort of stuff I think we should be doing a lot more of. There are so many excellent open source monitoring components out there. Better

Re: [openstack-dev] unable to run tox due to the '--pre' argument

2013-09-23 Thread Monty Taylor
On 09/23/2013 12:14 AM, Zhongyue Luo wrote: Looks like this problem happens in systems that use pip1.4 but upgraded tox to 1.6.1 http://tox.readthedocs.org/en/latest/config.html#confval-install_command=ARGV Yes. We have been rolling out tox.ini changes to projects. I'll push one up for

[openstack-dev] [Tuskar] [UI] Identifying metrics to show in Tuskar UI detail pages

2013-09-23 Thread Liz Blanchard
Ladislav All, I've spent some time the last few days trying to identify the metrics that a user would want to view around the details pages for Resource Classes, Racks, and Nodes. The notes have been captured here, where I've also tried to call out the items that are available in Ceilometer

[openstack-dev] [Murano] Meeting Minutes 2013-09-23

2013-09-23 Thread Timur Nurlygayanov
Hello, Below, you can see the meeting minutes from today's Murano meeting. Minutes: http://eavesdrop.openstack.org/meetings/murano/2013/murano.2013-09-23-15.04.html Minutes (text): http://eavesdrop.openstack.org/meetings/murano/2013/murano.2013-09-23-15.04.txt Log:

Re: [openstack-dev] [Tuskar] [UI] Identifying metrics to show in Tuskar UI detail pages

2013-09-23 Thread Ladislav Smola
Liz, thank you very much for this, I will try to sort this and pick the ones, that will need to be implemented in Ceilometer. Will comment the etherpad. FYI there are only two Agents, that collects Hardware related data now. This one is almost complete:

[openstack-dev] Is python setup.py intsall recommended way to install Neutron Server in dev environment?

2013-09-23 Thread Vijay Venkatachalam
Hi, I am new to openstack, please pardon if the questions are dumb. Attempting to run a neutron dev setup with openvswitch plugin with VLAN isolation and 2 hosts. DISCLAIMER: I am not using devstack. Attempting to install the services in a controller node - Ubuntu12.04 VM.

Re: [openstack-dev] [heat] cross-stack references

2013-09-23 Thread Zane Bitter
On 18/09/13 19:34, Mike Spreitzer wrote: When we get into things like affinity concerns or managing network bandwidth, we see the need for cross-stack relationships. You may want to place parts of a new stack near parts of an existing one, for example. I see that in CFN you can make

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-23 Thread Zane Bitter
On 15/09/13 09:19, Mike Spreitzer wrote: But first I must admit that I am still a newbie to OpenStack, and still am missing some important clues. One thing that mystifies me is this: I see essentially the same thing, which I have generally taken to calling holistic scheduling, discussed in two

Re: [openstack-dev] [cinder]The inconsistency between cinder client v1 and v2 supported arguments.

2013-09-23 Thread Mike Perez
On Mon, Sep 23, 2013 at 12:18 AM, Da Zhao Y Yu d...@cn.ibm.com wrote: Hi all, When I was fixing bug 1221611, current codeReview link. I found in CinderClient component, there are many inconsistent arguments in v1 and v2 shell.py. Consider backwards compatibility and consistency, I think we

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-23 Thread Keith Bray
I think this picture is relevant to Heat context: https://docs.google.com/drawings/d/1Y_yyIpql5_cdC8116XrBHzn6GfP_g0NHTTG_W4o 0R9U/edit As more and more types of compute (containers, VMs, bare metal) and other resources (geographically dispersed) become available from the cloud with boarder

[openstack-dev] [tuskar] pecan models vs. db models

2013-09-23 Thread Petr Blaho
Hi, during my work on getting tests to pass for https://review.openstack.org/#/c/46947/ I discovered that we are misusing pecan models for HTTP representation of Resources. In controllers pecan/wsme calls actions with pecan model prepopulated from HTTP request's params. For example, when

Re: [openstack-dev] [Climate] Use Taskflow for leases start/end ?

2013-09-23 Thread Joshua Harlow
Howdy there! Taskflow currently should be ready for usage, its not a pypi library yet, I am hoping for a 0.1 release soon (maybe 2 weeksish). But in the meantime it does have a similar `update.py` as oslo-incubator, so you can use that to start integrating. Jump in #openstack-state-management

[openstack-dev] [scheduler] Smart Resource Placement Vision - high level overview document

2013-09-23 Thread Yathiraj Udupi (yudupi)
Hi, We have written a high-level vision document for Smart Resource Placement in Openstack. This covers all the required solutions, and how it relates to some of the proposed blueprints. So this is an attempt to bring the bits together, so that we can collaborate and work towards bringing all

[openstack-dev] keystone Identity API v3 OS-OAUTH1 Extension

2013-09-23 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Hello, I would like to try/test the latest Keystone OS-OAUTH1 Extension, but I have not figured out how to access it with the latest H-3 code release. The documentation states that this extension requires v3.0+ of the Identity API. Questions: 1. What version of the Identity API is included in

Re: [openstack-dev] keystone Identity API v3 OS-OAUTH1 Extension

2013-09-23 Thread Steve Martinelli
Hey Mark, You would also have to add it to the v3 pipeline, by modifying the keystone-paste file. You will also need to create the necessary db tables too. https://github.com/openstack/keystone/blob/master/doc/source/extensions/oauth1-configuration.rst Thanks,

[openstack-dev] [heat] Heat PTL election

2013-09-23 Thread Steven Hardy
Hi all, As suggested by markmc earlier[1] it seems sensible for incumbent PTLs to clarify their position if they are not planning to nominate themselves for re-election. Therefore, I'd like to confirm that I do not plan to put myself forward as Heat PTL for the Icehouse cycle. Heat is fortunate

[openstack-dev] [Heat] PTL candidacy

2013-09-23 Thread Steve Baker
Hi I would like to announce my candidacy for the Orchestration (Heat) PTL. I have been a software engineer for 16 years and have been developing on Heat for over 12 months. In this period Heat has grown from a small project to being part of the OpenStack ecosystem with a healthy growth in

Re: [openstack-dev] keystone Identity API v3 OS-OAUTH1 Extension

2013-09-23 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Thank you for the pointer. I have it running now. Mark From: Steve Martinelli [mailto:steve...@ca.ibm.com] Sent: Monday, September 23, 2013 1:37 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] keystone Identity API v3 OS-OAUTH1 Extension Hey Mark, You would also have

[openstack-dev] [Horizon] PTL Candidacy

2013-09-23 Thread Gabriel Hurley
I hereby declare my candidacy for the Horizon PTL position. My current qualifications: * PTL for the Grizzly and Havana cycles. * Core developer on Horizon since Essex, and Keystone core since Folsom. * Primary architect of the existing Horizon framework. * Core developer for the Django

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-23 Thread Clint Byrum
Excerpts from Keith Bray's message of 2013-09-23 12:22:16 -0700: I think this picture is relevant to Heat context: https://docs.google.com/drawings/d/1Y_yyIpql5_cdC8116XrBHzn6GfP_g0NHTTG_W4o 0R9U/edit As more and more types of compute (containers, VMs, bare metal) and other resources

[openstack-dev] Does quantum work with vmware esxi ?

2013-09-23 Thread openstack learner
Hi all, I am thinking about using quantum to do some network setting for the vms on esxi host but I am not sure if it should work or not because the * VMwareVCDriver* is listed as a compute driver. Last time when I enable the quantum service in my devstack installation, there is a boot instance

[openstack-dev] [Nova][vmware] VMwareAPI sub-team reviews update 2013-09-23

2013-09-23 Thread Shawn Hartsock
Greetings Stackers! We've had a lot of merges lately in the vmwareapi folders so if you have a review pending there, take a moment to git fetch --all and rebase your patch! Thanks for all the attention we've been getting lately, and thanks tot he contributors for staying on top of their

Re: [openstack-dev] Oslo PTL election

2013-09-23 Thread Adam Young
On 09/23/2013 02:37 AM, Mark McLoughlin wrote: Hey I meant to send this as soon as nominations opened - I figure that incumbent PTLs should make it clear if they don't intend to nominate themselves for re-election. To that end - I'm not going to put myself forward for election as Oslo PTL this

Re: [openstack-dev] Does quantum work with vmware esxi ?

2013-09-23 Thread Dan Wendlandt
Compatibility of various Quantum/Neutron plugins with various Nova hypervisors is documented here: http://docs.openstack.org/grizzly/openstack-network/admin/content/flexibility.html . Dan On Mon, Sep 23, 2013 at 4:00 PM, openstack learner openstacklea...@gmail.com wrote: Hi all, I am

Re: [openstack-dev] Is python setup.py intsall recommended way to install Neutron Server in dev environment?

2013-09-23 Thread Monty Taylor
On 09/23/2013 01:20 PM, Vijay Venkatachalam wrote: Hi, I am new to openstack, please pardon if the questions are dumb. Attempting to run a neutron dev setup with openvswitch plugin with VLAN isolation and 2 hosts. _DISCLAIMER: _I am not using devstack.

[openstack-dev] On the usage of pip vs. setup.py install

2013-09-23 Thread Monty Taylor
tl;dr - easy_install sucks, so use pip It is common practice in python to run: python setup.py install or python setup.py develop So much so that we spend a giant amount of effort to make sure that those always work. Fortunately for us, the underlying mechanism, setuptools, can often be a pile

Re: [openstack-dev] On the usage of pip vs. setup.py install

2013-09-23 Thread Dolph Mathews
On Mon, Sep 23, 2013 at 8:44 PM, Monty Taylor mord...@inaugust.com wrote: tl;dr - easy_install sucks, so use pip It is common practice in python to run: python setup.py install or python setup.py develop So much so that we spend a giant amount of effort to make sure that those always

Re: [openstack-dev] Client and Policy

2013-09-23 Thread Adam Young
On 09/23/2013 03:21 PM, Doug Hellmann wrote: On Mon, Sep 23, 2013 at 4:25 AM, Flavio Percoco fla...@redhat.com mailto:fla...@redhat.com wrote: On 20/09/13 15:20 -0700, Monty Taylor wrote: On 09/20/2013 02:55 PM, Ben Nemec wrote: Not from a Gerrit perspective, but

[openstack-dev] [Nova] Review request for bp cancel-swap-volume and idempotency-client-token

2013-09-23 Thread 志田 隆弘
Hi everyone. We registered two individual blue print. One is simple, swap-volume feature should be provide cancelling functionality. Another is a bit complicated, OpenStack API should be support API idempotency. - Cancelling a swap volume

Re: [openstack-dev] On the usage of pip vs. setup.py install

2013-09-23 Thread Joshua Harlow
I ran that but world peace didn't happen. Where can I get my refund? Sent from my really tiny device... On Sep 23, 2013, at 6:47 PM, Monty Taylor mord...@inaugust.com wrote: tl;dr - easy_install sucks, so use pip It is common practice in python to run: python setup.py install or

Re: [openstack-dev] On the usage of pip vs. setup.py install

2013-09-23 Thread Michael Basnight
But I got suddenly full. Interesting thing that is. Sent from my digital shackles On Sep 23, 2013, at 7:16 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: I ran that but world peace didn't happen. Where can I get my refund? Sent from my really tiny device... On Sep 23, 2013, at

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-23 Thread Mike Spreitzer
I was not trying to raise issues of geographic dispersion and other higher level structures, I think the issues I am trying to raise are relevant even without them. This is not to deny the importance, or relevance, of higher levels of structure. But I would like to first respond to the

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-23 Thread Mike Spreitzer
Someone earlier asked for greater clarity about infrastructure orchestration, so here is my view. I see two main issues: (1) deciding the order in which to do things, and (2) doing them in an acceptable order. That's an oversimplified wording because, in general, some parallelism is

Re: [openstack-dev] [neutron] dnsmasq process wasn't created after added a network

2013-09-23 Thread Yoshihiro Kaneko
Hi, I misunderstood. dnsmasq process was created when VM port, not a network, was added. Thanks, Kaneko 2013/9/20 Yoshihiro Kaneko ykaneko0...@gmail.com: Hello, I tried latest devstack (master branch). And I created a network, but dnsmasq process for the network wasn't created. localrc I

Re: [openstack-dev] On the usage of pip vs. setup.py install

2013-09-23 Thread Joshua Harlow
I wonder who got the plague if u got the food :-/ Sent from my really tiny device... On Sep 23, 2013, at 8:07 PM, Michael Basnight mbasni...@gmail.com wrote: But I got suddenly full. Interesting thing that is. Sent from my digital shackles On Sep 23, 2013, at 7:16 PM, Joshua Harlow