Changed shared_ip_group detail routing

This commit is contained in:
Sandy Walsh 2011-01-11 03:38:40 -04:00
parent 77258c8c5e
commit 77e75fefc7
1 changed files with 1 additions and 3 deletions

View File

@ -48,8 +48,6 @@ class Controller(wsgi.Controller):
def show(self, req, id):
""" Shows in-depth information on a specific Shared IP Group """
#if id == 'detail':
# return _translate_detail_keys({})
return _translate_keys({})
def update(self, req, id):
@ -60,7 +58,7 @@ class Controller(wsgi.Controller):
""" Deletes a Shared IP Group """
raise faults.Fault(exc.HTTPNotImplemented())
def detail(self, req, id):
def detail(self, req):
""" Returns a complete list of Shared IP Groups """
return _translate_detail_keys({})