From: garciadeblas Date: Wed, 30 Jan 2019 10:26:22 +0000 (+0100) Subject: osm.py: updated table header for vnfd-list and aliases to be agnostic of VNF type X-Git-Tag: v5.0.3^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fosmclient.git;a=commitdiff_plain;h=9f8f7aef0f26522bc6a22526a88df2ba8f1f5e46 osm.py: updated table header for vnfd-list and aliases to be agnostic of VNF type Change-Id: I2823aff813aa75a4c21672283c1409e7b478c23f Signed-off-by: garciadeblas --- diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index 194196b..821c1a9 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py @@ -270,7 +270,7 @@ def vnfd_list(ctx, nf_type, filter): else: resp = ctx.obj.vnfd.list() #print yaml.safe_dump(resp) - table = PrettyTable(['vnfd name', 'id']) + table = PrettyTable(['nfpkg name', 'id']) fullclassname = ctx.obj.__module__ + "." + ctx.obj.__class__.__name__ if fullclassname == 'osmclient.sol005.client.Client': for vnfd in resp: