osm.py: updated table header for vnfd-list and aliases to be agnostic of VNF type 42/7142/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 30 Jan 2019 10:26:22 +0000 (11:26 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 1 Feb 2019 09:15:59 +0000 (10:15 +0100)
Change-Id: I2823aff813aa75a4c21672283c1409e7b478c23f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osmclient/scripts/osm.py

index 194196b..821c1a9 100755 (executable)
@@ -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: