summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2011-08-04 21:10:22 +0000
committerEd Leafe <ed@leafe.com>2011-08-04 21:10:22 +0000
commitb5ff9bc2add98444773a26ce37e1ceb82e9531ae (patch)
tree7d40721e2157f39c32b6ff5f603e5be980439e25
parent088b67c345804108426f6d3d36b2355babe05827 (diff)
Removed test show() method
-rw-r--r--nova/api/openstack/contrib/hosts.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/nova/api/openstack/contrib/hosts.py b/nova/api/openstack/contrib/hosts.py
index ddb611905..7290360ad 100644
--- a/nova/api/openstack/contrib/hosts.py
+++ b/nova/api/openstack/contrib/hosts.py
@@ -65,13 +65,6 @@ class HostController(object):
def index(self, req):
return {'hosts': _list_hosts(req)}
- def show(self, req, id):
- """Check the query vars for values to be returned from the host config
- settings. Return a dict with the query var as the key and the config
- setting as the value.
- """
- return {"PARAMS": req.params.keys()}
-
@check_host
def update(self, req, id, body):
for raw_key, raw_val in body.iteritems():