Remove links attribute from pod show

The links attribute in pod show wraps the table formatting making it
difficult to read. The links attribute is generally not relevant to the
user and does not need to be displayed.

Change-Id: I0737ae6eb9422464c60030dd60fcbe65744c948a
Closes-Bug: 1450392
This commit is contained in:
Tom Cammann 2015-04-30 10:44:16 +01:00
parent e0c2ad4687
commit a5693c0cd6
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ def _show_node(node):
def _show_pod(pod):
del pod._info['links']
utils.print_dict(pod._info)