removed Username from zone info

This commit is contained in:
Sandy Walsh 2011-02-14 14:35:37 -08:00
parent 88a57e2a4a
commit b97c9760ad

@ -523,7 +523,7 @@ class OpenStackShell(object):
def do_zone_list(self, args):
"""List the children of a zone."""
print_list(self.cs.zones.list(), ['ID', 'API URL', 'Username'])
print_list(self.cs.zones.list(), ['ID', 'API URL'])
def _find_server(self, server):
"""Get a server by name or ID."""