From 9f8f7aef0f26522bc6a22526a88df2ba8f1f5e46 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 30 Jan 2019 11:26:22 +0100 Subject: [PATCH] osm.py: updated table header for vnfd-list and aliases to be agnostic of VNF type Change-Id: I2823aff813aa75a4c21672283c1409e7b478c23f Signed-off-by: garciadeblas --- osmclient/scripts/osm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.17.1