removed Username from zone info
This commit is contained in:
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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user