Merge "Remove outdated TODO comment"
This commit is contained in:
commit
f7912f9a9b
@ -46,8 +46,6 @@ class AdminActionsController(wsgi.Controller):
|
|||||||
super(AdminActionsController, self).__init__(*args, **kwargs)
|
super(AdminActionsController, self).__init__(*args, **kwargs)
|
||||||
self.compute_api = compute.API()
|
self.compute_api = compute.API()
|
||||||
|
|
||||||
# TODO(bcwaldon): These action names should be prefixed with 'os-'
|
|
||||||
|
|
||||||
@wsgi.action('pause')
|
@wsgi.action('pause')
|
||||||
def _pause(self, req, id, body):
|
def _pause(self, req, id, body):
|
||||||
"""Permit Admins to pause the server."""
|
"""Permit Admins to pause the server."""
|
||||||
|
Loading…
Reference in New Issue
Block a user