X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fscripts%2Fosm.py;h=821c1a95b7f021b7616a99d0ac8ff12b500018e3;hb=refs%2Fchanges%2F42%2F7142%2F2;hp=194196bd5a1863f9e3186d19c98304e6cbad6921;hpb=cbcb47feee334c67024ed7cabfade091accde04a;p=osm%2Fosmclient.git 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: