Merge "Reserve links info when showing host info"

This commit is contained in:
Jenkins 2017-08-14 10:16:17 +00:00 committed by Gerrit Code Review
commit ac0a4beb7b

View File

@ -19,7 +19,6 @@ from zunclient.common import utils as zun_utils
def _host_columns(host):
del host._info['links']
return host._info.keys()