Reserve links info when showing a container by osc command
The result of "zun show test" contains the links information, but "openstack appcontainer show test" doesn't. In order to consistent, reserve the links info when showing by osc command. Change-Id: I69b9db0fbd2d743192eb4bf82eb7719b48c94ee0
This commit is contained in:
parent
5b54280c7b
commit
d235c5b19a
@ -30,7 +30,6 @@ from zunclient.i18n import _
|
||||
|
||||
|
||||
def _container_columns(container):
|
||||
del container._info['links']
|
||||
return container._info.keys()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user