Re: [openstack-dev] [Ironic][Ceilometer]bp:send-data-to-ceilometer

2014-02-08 Thread Haomeng, Wang
Hi Wanyen, Thanks for your input first, I have worked out solution 1 enhanced version, that is very flexible framework from our Ironic part, will not change any data returned by 'ipmitool' command and just format them as JSON string and sent to ceilometer, this should be the final solution, will

Re: [openstack-dev] [Ironic][Ceilometer]bp:send-data-to-ceilometer

2014-02-08 Thread Haomeng, Wang
Hi Wanyen, Thanks for your input first, I have worked out solution 1 enhanced version, that is very flexible framework from our Ironic part, will not change any data returned by 'ipmitool' command and just format them as JSON string and sent to ceilometer, I think this should be the final

Re: [openstack-dev] [Neutron] Developer documentation - linking to slideshares?

2014-02-08 Thread Yongsheng Gong
My slides are also available to be used. On Thu, Feb 6, 2014 at 2:27 AM, Collins, Sean sean_colli...@cable.comcast.com wrote: On Tue, Feb 04, 2014 at 07:52:22AM -0600, Anne Gentle wrote: Currently the docs contributor sign the same CLA as code contributors. I'd encourage you to use the

Re: [openstack-dev] pep8 barfs on long URL

2014-02-08 Thread Sean Dague
On 02/07/2014 08:57 PM, Joe Gordon wrote: On Fri, Feb 7, 2014 at 6:40 AM, Jay Pipes jaypi...@gmail.com wrote: On Fri, 2014-02-07 at 15:36 +0100, Julien Danjou wrote: On Fri, Feb 07 2014, Jay Pipes wrote: On Fri, 2014-02-07 at 14:25 +, Matthew Booth wrote: I have a comment which

Re: [openstack-dev] [heat] non-trivial example - IBM Connections [and Murano]

2014-02-08 Thread Mike Spreitzer
From: Georgy Okrokvertskhov gokrokvertsk...@mirantis.com ... Thank you for sharing this. It looks pretty impressive. Could you, please some details about DSL syntax, if it is possible? I will respond briefly, and pass your request along to the people working on that. In the Weaver language

[openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-08 Thread Collins, Sean
Hi, I was writing a small script yesterday to parse a list of IP blocks and create security groups and rules, by using python-neutronclient. To be honest, it was very difficult - even though I have actually written extensions to Python-Neutronclient for the QoS API. For those that are trying

Re: [openstack-dev] [heat] non-trivial example - IBM Connections [and Murano]

2014-02-08 Thread Georgy Okrokvertskhov
Hi Mike, Thank you for clarification. I like your approach with Ruby and I think this is a right way to solve such tasks like DSL creation. In Murano we use Yaml and python just to avoid introduction of a whole new language like Ruby to OpenStack. As for software configurations in heat, we are

[openstack-dev] universal wheel support

2014-02-08 Thread Monty Taylor
Hey all! There are a bunch of patches adding: [wheel] universal = 1 to setup.cfg: https://review.openstack.org/#/q/status:open+topic:wheel-publish,n,z I wanted to follow up on what the deal is with them, and what I think we should do about them. universal means that a wheel can be made

Re: [openstack-dev] universal wheel support

2014-02-08 Thread Donald Stufft
On Feb 8, 2014, at 7:08 PM, Monty Taylor mord...@inaugust.com wrote: Hey all! There are a bunch of patches adding: [wheel] universal = 1 to setup.cfg: https://review.openstack.org/#/q/status:open+topic:wheel-publish,n,z I wanted to follow up on what the deal is with them, and

Re: [openstack-dev] universal wheel support

2014-02-08 Thread Donald Stufft
On Feb 8, 2014, at 7:18 PM, Donald Stufft don...@stufft.io wrote: Techincally you can upload a Wheel that supports any Python version, but I don’t believe it’s exposed in the Wheel software at all. This is supposed to be “any Python2 version”. - Donald Stufft PGP:

Re: [openstack-dev] [Nova] Gate broken

2014-02-08 Thread Collins, Sean
Ah, so they fixed the issue the blog post by AppNeta[0] brought up. Very Cool! http://www.appneta.com/blog/s3-list-get-bucket-default/ https://github.com/boto/boto/issues/2078 -- Sean M. Collins ___ OpenStack-dev mailing list

Re: [openstack-dev] [nova][ceilometer] Removing simple_tenant_usage and os-instance_usage_audit_log from V3 API

2014-02-08 Thread Matt Riedemann
On 2/7/2014 4:10 PM, Joe Gordon wrote: Hi All, I would like to propose removing the simple_tenant_usage and os-instance_usage_audit_log extensions from the nova V3 API (while keeping them in V2). Both of these are pre ceilometer extensions to generate rudimentary usage information, something

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-08 Thread Rajdeep Dua
Sean, We have written a few docs for writing these samples http://python-api-guide.cfapps.io/content/neutron.html You can find get the source here https://github.com/rajdeepd/openstack-samples Thanks Rajdeep On Sunday, February 9, 2014 12:57 AM, Collins, Sean

[openstack-dev] [heat] Can heat automatically create a flavor as part of stack creation?

2014-02-08 Thread ELISHA, Moshe (Moshe)
Hello, I am wondering if instead of being obligated to use an existing flavor, I could declare a flavor (with its properties) inside Heat template and let Heat create the flavor automatically? Similar to the ability to create networks as part of the template. Thanks.