diff --git a/novatools/shell.py b/novatools/shell.py index ffe9facae..f6ae02d71 100644 --- a/novatools/shell.py +++ b/novatools/shell.py @@ -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."""