change return code for add-host and remove-host

aggregate's add-host and remove-host action currently
returns 200 instead of 202.

Change-Id: Ia0ff940ae5af84e4d683540b094ab74b09971848
Partial-Bug: #1515222
This commit is contained in:
jichenjc 2015-11-06 12:27:19 +08:00
parent e17c0ad899
commit b09370ca28
1 changed files with 2 additions and 2 deletions

View File

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