Merge "Remove outdated TODO comment"

This commit is contained in:
Jenkins 2015-06-01 21:46:24 +00:00 committed by Gerrit Code Review
commit f7912f9a9b

View File

@ -46,8 +46,6 @@ class AdminActionsController(wsgi.Controller):
super(AdminActionsController, self).__init__(*args, **kwargs)
self.compute_api = compute.API()
# TODO(bcwaldon): These action names should be prefixed with 'os-'
@wsgi.action('pause')
def _pause(self, req, id, body):
"""Permit Admins to pause the server."""