← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1438480] [NEW] missing json-schema for fixed-ips

 

Public bug reported:

The action reserve/unreserve didn't accept any input from the request
body. So we can use json-schema to limit it.

And the api sample files is wrong:


 {
    "reserve": "None"
 }


It should accept a null, not a string "None"

** Affects: nova
     Importance: Undecided
     Assignee: Alex Xu (xuhj)
         Status: In Progress

** 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/1438480

Title:
  missing json-schema for fixed-ips

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  The action reserve/unreserve didn't accept any input from the request
  body. So we can use json-schema to limit it.

  And the api sample files is wrong:

  
   {
      "reserve": "None"
   }

  
  It should accept a null, not a string "None"

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


Follow ups

References