← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1251538] Re: create/update of v3 servers return 422 when input is invalid

 

Review is here: https://review.openstack.org/56532

** Changed in: nova
       Status: Opinion => In Progress

** Changed in: nova
   Importance: Undecided => Low

** Changed in: nova
     Assignee: (unassigned) => Alex Xu (xuhj)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1251538

Title:
  create/update of v3 servers return 422 when input is invalid

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  In v3 servers core api, create and update will return 422 when input
  is invalid.

  if not self.is_valid_body(body, 'server'):
              raise exc.HTTPUnprocessableEntity()

  
  We prefer use 400 for this case in v3 api.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1251538/+subscriptions