Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-18 Thread Christopher Yeoh
Hi Ryan, I've just replied with some comments on the changeset itself Regards, Chris On Wed, Dec 18, 2013 at 7:38 AM, Ryan Petrello ryan.petre...@dreamhost.comwrote: So any additional feedback on this patch? I’d love to start working on porting some of the other extensions to pecan, but

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-18 Thread Jamie Lennox
, 18 December, 2013 7:08:09 AM Subject: Re: [openstack-dev] [Nova] Support for Pecan in Nova So any additional feedback on this patch? I’d love to start working on porting some of the other extensions to pecan, but want to make sure I’ve got approval on this approach first. https

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-18 Thread Alex Xu
I replied some comments on the gerrit also. If we have patch for demonstrate pecan style extension, that will be great. Thanks Alex On 2013年12月18日 05:08, Ryan Petrello wrote: So any additional feedback on this patch? I’d love to start working on porting some of the other extensions to pecan,

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-18 Thread Ryan Petrello
- From: Ryan Petrello ryan.petre...@dreamhost.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent: Wednesday, 18 December, 2013 7:08:09 AM Subject: Re: [openstack-dev] [Nova] Support for Pecan in Nova So any additional feedback

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-18 Thread Anne Gentle
To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent: Wednesday, 18 December, 2013 7:08:09 AM Subject: Re: [openstack-dev] [Nova] Support for Pecan in Nova So any additional feedback on this patch? I’d love to start working on porting some

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-18 Thread Christopher Yeoh
/#/c/62810/ - Original Message - From: Ryan Petrello ryan.petre...@dreamhost.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent: Wednesday, 18 December, 2013 7:08:09 AM Subject: Re: [openstack-dev] [Nova] Support for Pecan

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-17 Thread Ryan Petrello
So any additional feedback on this patch? I’d love to start working on porting some of the other extensions to pecan, but want to make sure I’ve got approval on this approach first. https://review.openstack.org/#/c/61303/7 --- Ryan Petrello Senior Developer, DreamHost

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-14 Thread Doug Hellmann
On Sat, Dec 14, 2013 at 7:55 AM, Christopher Yeoh cbky...@gmail.com wrote: On Sat, Dec 14, 2013 at 8:48 AM, Doug Hellmann doug.hellm...@dreamhost.com wrote: That covers routes. What about the properties of the inputs and outputs? I think the best way for me to describe it is that as the

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-13 Thread Doug Hellmann
On Thu, Dec 12, 2013 at 9:22 PM, Christopher Yeoh cbky...@gmail.com wrote: On Fri, Dec 13, 2013 at 4:12 AM, Jay Pipes jaypi...@gmail.com wrote: On 12/11/2013 11:47 PM, Mike Perez wrote: On 10:06 Thu 12 Dec , Christopher Yeoh wrote: On Thu, Dec 12, 2013 at 8:59 AM, Doug Hellmann

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-12 Thread Doug Hellmann
On Wed, Dec 11, 2013 at 6:29 PM, Christopher Yeoh cbky...@gmail.com wrote: On Thu, Dec 12, 2013 at 7:11 AM, Ryan Petrello ryan.petre...@dreamhost.com wrote: Hello, I’ve spent the past week experimenting with using Pecan for Nova’s API, and have opened an experimental review:

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-12 Thread Jay Pipes
On 12/11/2013 11:47 PM, Mike Perez wrote: On 10:06 Thu 12 Dec , Christopher Yeoh wrote: On Thu, Dec 12, 2013 at 8:59 AM, Doug Hellmann doug.hellm...@dreamhost.com mailto:doug.hellm...@dreamhost.comwrote: On Wed, Dec 11, 2013 at 3:41 PM, Ryan Petrello ryan.petre...@dreamhost.com

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-12 Thread Christopher Yeoh
On Thu, Dec 12, 2013 at 3:17 PM, Mike Perez thin...@gmail.com wrote: On 10:06 Thu 12 Dec , Christopher Yeoh wrote: On Thu, Dec 12, 2013 at 8:59 AM, Doug Hellmann doug.hellm...@dreamhost.comwrote: So for compatibility testing I think what will probably happen is that we'll be

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-12 Thread Jonathan LaCour
On December 11, 2013 at 2:34:07 PM, Doug Hellmann (doug.hellm...@dreamhost.com) wrote: On Wed, Dec 11, 2013 at 3:41 PM, Ryan Petrello wrote:   1. It looks like the Nova v3 API is composed *entirely* of extensions (including “core” API calls), and that extensions and their routes are

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-12 Thread Christopher Yeoh
On Fri, Dec 13, 2013 at 8:12 AM, Jonathan LaCour jonathan-li...@cleverdevil.org wrote: On December 11, 2013 at 2:34:07 PM, Doug Hellmann ( doug.hellm...@dreamhost.com) wrote: On Wed, Dec 11, 2013 at 3:41 PM, Ryan Petrello wrote: 1. It looks like the Nova v3 API is composed *entirely*

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-12 Thread Christopher Yeoh
On Fri, Dec 13, 2013 at 4:12 AM, Jay Pipes jaypi...@gmail.com wrote: On 12/11/2013 11:47 PM, Mike Perez wrote: On 10:06 Thu 12 Dec , Christopher Yeoh wrote: On Thu, Dec 12, 2013 at 8:59 AM, Doug Hellmann doug.hellm...@dreamhost.com mailto:doug.hellm...@dreamhost.comwrote: On Wed,

[openstack-dev] [Nova] Support for Pecan in Nova

2013-12-11 Thread Ryan Petrello
Hello, I’ve spent the past week experimenting with using Pecan for Nova’s API, and have opened an experimental review: https://review.openstack.org/#/c/61303/6 …which implements the `versions` v3 endpoint using pecan (and paves the way for other extensions to use pecan). This is a

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-11 Thread Doug Hellmann
On Wed, Dec 11, 2013 at 3:41 PM, Ryan Petrello ryan.petre...@dreamhost.comwrote: Hello, I’ve spent the past week experimenting with using Pecan for Nova’s API, and have opened an experimental review: https://review.openstack.org/#/c/61303/6 …which implements the `versions` v3 endpoint

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-11 Thread Christopher Yeoh
On Thu, Dec 12, 2013 at 7:11 AM, Ryan Petrello ryan.petre...@dreamhost.comwrote: Hello, I’ve spent the past week experimenting with using Pecan for Nova’s API, and have opened an experimental review: https://review.openstack.org/#/c/61303/6 …which implements the `versions` v3 endpoint

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-11 Thread Christopher Yeoh
On Thu, Dec 12, 2013 at 8:59 AM, Doug Hellmann doug.hellm...@dreamhost.comwrote: On Wed, Dec 11, 2013 at 3:41 PM, Ryan Petrello ryan.petre...@dreamhost.com wrote: Hello, I’ve spent the past week experimenting with using Pecan for Nova’s API, and have opened an experimental review:

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-11 Thread Alex Xu
On 2013年12月12日 04:41, Ryan Petrello wrote: Hello, I’ve spent the past week experimenting with using Pecan for Nova’s API, and have opened an experimental review: https://review.openstack.org/#/c/61303/6 …which implements the `versions` v3 endpoint using pecan (and paves the way for other

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-11 Thread Mike Perez
On 10:06 Thu 12 Dec , Christopher Yeoh wrote: On Thu, Dec 12, 2013 at 8:59 AM, Doug Hellmann doug.hellm...@dreamhost.comwrote: On Wed, Dec 11, 2013 at 3:41 PM, Ryan Petrello ryan.petre...@dreamhost.com wrote: Hello, I’ve spent the past week experimenting with using Pecan