Merge "Fix typo in AdminPasswordController"

This commit is contained in:
Jenkins 2016-07-27 14:05:15 +00:00 committed by Gerrit Code Review
commit 3b59a8b58c

View File

@ -34,8 +34,8 @@ class AdminPasswordController(wsgi.Controller):
super(AdminPasswordController, self).__init__(*args, **kwargs)
self.compute_api = compute.API()
# TODO(eliqiao): Here should be 204(No content) instead of 202 by v2.1
# +micorversions because the password has been changed when returning
# TODO(eliqiao): Here should be 204(No content) instead of 202 by v2.1+
# microversions because the password has been changed when returning
# a response.
@wsgi.action('changePassword')
@wsgi.response(202)