Change nova-api-create-aggregate return code

conceptually the create-aggregate should return 201,
however current code returns 200 so in order to make
them consistent, make this change and later by using
microversion, the value can be switch back to 201.

Partial-Bug: #1515222

Change-Id: I02c3c57174e19e4ef604a2b840d76652840cdc13
This commit is contained in:
jichenjc 2015-11-06 07:53:09 +08:00
parent 45bdab7947
commit c794d179d4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
</wadl:doc>
</representation>
</request>
<response status="201">
<response status="200">
<representation mediaType="application/json">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook">