Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-23 Thread Yasunori Goto
Its been discussed at several summits. We have settled on a general solution using Zaqar, but no work has been done that I know of. I was just pointing out that similar blueprints/specs exist and you may want to look through those to get some ideas about writing your own and/or basing

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-22 Thread Randall Burt
Its been discussed at several summits. We have settled on a general solution using Zaqar, but no work has been done that I know of. I was just pointing out that similar blueprints/specs exist and you may want to look through those to get some ideas about writing your own and/or basing your

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-21 Thread Yasunori Goto
On Fri, Dec 19, 2014 at 05:02:04PM +0900, Yasunori Goto wrote: Hello, This is the first mail at Openstack community, Welcome! :) and I have a small question about how to write blueprint for Heat. Currently our team would like to propose 2 interfaces for users operation in

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-21 Thread Yasunori Goto
Rundal-san, There should already be blueprints in launchpad for very similar functionality. For example: https://blueprints.launchpad.net/heat/+spec/lifecycle-callbacks. While that specifies Heat sending notifications to the outside world, there has been discussion around debugging that

[openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-19 Thread Yasunori Goto
Hello, This is the first mail at Openstack community, and I have a small question about how to write blueprint for Heat. Currently our team would like to propose 2 interfaces for users operation in HOT. (One is Event handler which is to notify user's defined event to heat. Another is

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-19 Thread Thomas Spatzier
in the repo, and the proposed milestone is mentioned in the spec itself. [1] https://github.com/openstack/heat-specs Regards, Thomas From: Yasunori Goto y-g...@jp.fujitsu.com To: Openstack-Dev-ML openstack-dev@lists.openstack.org Date: 19/12/2014 09:05 Subject: [openstack-dev] [Heat] How can I write

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-19 Thread Yasunori Goto
decide such concrete Milestone for my new blueprint. It is why I asked... Thanks, Regards, Thomas From: Yasunori Goto y-g...@jp.fujitsu.com To: Openstack-Dev-ML openstack-dev@lists.openstack.org Date: 19/12/2014 09:05 Subject: [openstack-dev] [Heat] How can I write at milestone

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-19 Thread Pavlo Shchelokovskyy
To: Openstack-Dev-ML openstack-dev@lists.openstack.org Date: 19/12/2014 09:05 Subject: [openstack-dev] [Heat] How can I write at milestone section of blueprint? Hello, This is the first mail at Openstack community, and I have a small question about how to write blueprint

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-19 Thread Yasunori Goto
Hi, Pavlo-san Hi Yasunori, that's the point of using code review for specs - you make your the best bet / effort, and we then as a community decide if it should be changed ;) So feel free submitting it with e.g. K-3 target, we'll figure out the correct thing during review. Ok, I got

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-19 Thread Steven Hardy
On Fri, Dec 19, 2014 at 05:02:04PM +0900, Yasunori Goto wrote: Hello, This is the first mail at Openstack community, Welcome! :) and I have a small question about how to write blueprint for Heat. Currently our team would like to propose 2 interfaces for users operation in HOT. (One

Re: [openstack-dev] [Heat] How can I write at milestone section of blueprint?

2014-12-19 Thread Randall Burt
There should already be blueprints in launchpad for very similar functionality. For example: https://blueprints.launchpad.net/heat/+spec/lifecycle-callbacks. While that specifies Heat sending notifications to the outside world, there has been discussion around debugging that would allow the