| commit | a7ea21e486e8628d5f156aa72a2927c2965e9fb3 | [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 | 18e271cc1982a6d36032bd413d970fabe711e262 [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