summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/api/openstack/servers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py
index 736fdf6ce..0f8e8e461 100644
--- a/nova/api/openstack/servers.py
+++ b/nova/api/openstack/servers.py
@@ -185,7 +185,7 @@ class Controller(object):
except exception.NotFound:
raise exc.HTTPNotFound()
- return exc.HTTPNoContent()
+ return webob.Response() # 200 response
def _parse_update(self, context, id, inst_dict, update_dict):
pass