diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-21 21:16:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-21 21:16:14 +0000 |
| commit | 341d5b5e33d8e4944f8d79460606fc1dd4b9ef10 (patch) | |
| tree | 96bb15a31c4082fa3b0853af3dfe50ff71bb88e4 /nova/api | |
| parent | 6c70172ecbf20b946e759623c0d1404bedb27d58 (diff) | |
| parent | 12c2e2d4432f2f211c5c2c94f5d70aff41efd5fe (diff) | |
Merge "Correcting improper use of the word 'an'."
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/admin_actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/contrib/admin_actions.py b/nova/api/openstack/compute/contrib/admin_actions.py index fa7836b37..1c053ea59 100644 --- a/nova/api/openstack/compute/contrib/admin_actions.py +++ b/nova/api/openstack/compute/contrib/admin_actions.py @@ -130,7 +130,7 @@ class AdminActionsController(wsgi.Controller): @wsgi.action('resetNetwork') def _reset_network(self, req, id, body): - """Permit admins to reset networking on an server.""" + """Permit admins to reset networking on a server.""" context = req.environ['nova.context'] authorize(context, 'resetNetwork') try: |
