diff options
| author | Ed Leafe <ed@leafe.com> | 2011-08-08 14:42:18 +0000 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-08-08 14:42:18 +0000 |
| commit | 973032959ea4b1300cb68f767885dbd3226bebd9 (patch) | |
| tree | 5c75bf3db2a3c13292642a095f54736032c964ab /nova/api | |
| parent | b1a503053cb8cbeb1a4ab18e650b49cc4da15e23 (diff) | |
| download | nova-973032959ea4b1300cb68f767885dbd3226bebd9.tar.gz nova-973032959ea4b1300cb68f767885dbd3226bebd9.tar.xz nova-973032959ea4b1300cb68f767885dbd3226bebd9.zip | |
Fixed some typos from the last refactoring
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/contrib/hosts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/contrib/hosts.py b/nova/api/openstack/contrib/hosts.py index d5bd3166b..ecaa365b7 100644 --- a/nova/api/openstack/contrib/hosts.py +++ b/nova/api/openstack/contrib/hosts.py @@ -133,7 +133,7 @@ class Hosts(extensions.ExtensionDescriptor): @admin_only.admin_only def get_resources(self): - resources = [extensions.ResourceExtension('os-hosts', + resources = [extensions.ResourceExtension('os-hosts', HostController(), collection_actions={'update': 'PUT'}, member_actions={"startup": "GET", "shutdown": "GET", "reboot": "GET"})] |
