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:
Feng Shengqin 2017-06-06 16:01:24 +08:00 committed by 00129207
parent 5b54280c7b
commit d235c5b19a

View File

@ -30,7 +30,6 @@ from zunclient.i18n import _
def _container_columns(container):
del container._info['links']
return container._info.keys()