From d235c5b19abe315f71d63385bc7c779f2ceed849 Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Tue, 6 Jun 2017 16:01:24 +0800 Subject: [PATCH] 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 --- zunclient/osc/v1/containers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zunclient/osc/v1/containers.py b/zunclient/osc/v1/containers.py index 4c90caf1..5070550e 100644 --- a/zunclient/osc/v1/containers.py +++ b/zunclient/osc/v1/containers.py @@ -30,7 +30,6 @@ from zunclient.i18n import _ def _container_columns(container): - del container._info['links'] return container._info.keys()