Remove outdated TODO comment

A TODO comment added by Brian Waldon in
\nova\api\openstack\compute\contrib\admin_actions.py
about adding prefix 'os-' before all admin actions
can be considered as outdated. Removing it to avoid
misunderstanding.

Change-Id: I8ed995373f713d6cf8080d7c0bb6808c3ac9dd86
Closes-Bug:1458285
This commit is contained in:
Kevin_Zheng 2015-05-24 14:02:27 +08:00
parent d47a8355d1
commit aae593f4f1
1 changed files with 0 additions and 2 deletions

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."""