Re: [openstack-dev] [nova] 422 status codes from API

2013-07-27 Thread George Reese
FWIW, I consider it a bug :) On Jul 25, 2013, at 3:29 PM, Sean Dague wrote: > Some new tempest tests have been showing up that push deeper into the Nova > API, and popping out seem to be a lot of places where we are returning 422 > status codes. > > 422 is WebDav reserved code, not in a prope

Re: [openstack-dev] [nova] 422 status codes from API

2013-07-27 Thread Christopher Yeoh
On Thu, 25 Jul 2013 10:29:47 -0400 Sean Dague wrote: > Some new tempest tests have been showing up that push deeper into the > Nova API, and popping out seem to be a lot of places where we are > returning 422 status codes. > > 422 is WebDav reserved code, not in a proper HTTP spec (WebDAV; RFC

Re: [openstack-dev] [nova] 422 status codes from API

2013-07-25 Thread Russell Bryant
On 07/25/2013 10:29 AM, Sean Dague wrote: > Some new tempest tests have been showing up that push deeper into the > Nova API, and popping out seem to be a lot of places where we are > returning 422 status codes. > > 422 is WebDav reserved code, not in a proper HTTP spec (WebDAV; RFC > 4918), and a

Re: [openstack-dev] [nova] 422 status codes from API

2013-07-25 Thread John Griffith
Just as a data point, we considered these a *bug* in Cinder and fixed them as I recall. On Thu, Jul 25, 2013 at 8:29 AM, Sean Dague wrote: > Some new tempest tests have been showing up that push deeper into the Nova > API, and popping out seem to be a lot of places where we are returning 422 >

[openstack-dev] [nova] 422 status codes from API

2013-07-25 Thread Sean Dague
Some new tempest tests have been showing up that push deeper into the Nova API, and popping out seem to be a lot of places where we are returning 422 status codes. 422 is WebDav reserved code, not in a proper HTTP spec (WebDAV; RFC 4918), and a lot of the other projects have purged it out of t