| commit | cd6336d96439b916485a198fea38c3ebd14e2f4d | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue May 08 09:33:07 2018 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue May 08 09:33:07 2018 +0200 |
| tree | 69f441c899d68527d2ecf441693a3a48609bee28 | |
| parent | 4f9d2874c732a12776c3723e9862a7c81e901d68 [diff] |
osm.py fix bug in ns-action parameters, missing action_name Change-Id: I937cc42d65e0a595e27bf7e571de814eefa44f26 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index 23f258e..15b38e4 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py
@@ -1073,6 +1073,7 @@ def ns_action(ctx, ns_name, vnf_name, + action_name, params): '''executes an action/primitive over a NS instance