diff --git a/openstack-compute-api-2/src/common.ent b/openstack-compute-api-2/src/common.ent index 18609ff..9f60c74 100644 --- a/openstack-compute-api-2/src/common.ent +++ b/openstack-compute-api-2/src/common.ent @@ -13,6 +13,10 @@ + + + + @@ -20,11 +24,7 @@ - - - - - + @@ -52,6 +52,10 @@ + + + + '> + 2013-09-10 + + + + Added the 422 return code to the reboot server operation. + + + + 2013-05-22 @@ -2777,7 +2788,6 @@ Host: servers.api.openstack.org/v2/ JSON -
@@ -2813,7 +2823,9 @@ Host: servers.api.openstack.org/v2/ (405), overLimit (413), itemNotFound (404), badMediaType - (415), buildInProgress + (415), + HTTPUnprocessableEntity + (422) buildInProgress (409) @@ -2853,7 +2865,6 @@ Host: servers.api.openstack.org/v2/ - diff --git a/openstack-compute-api-2/src/samples/changepassword.json b/openstack-compute-api-2/src/samples/changepassword.json old mode 100644 new mode 100755
Reboot Server Request Attributes