allow ns_action over a vdu 85/6385/1 BUILD_v4.0.1_1 BUILD_v4.0.1_2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 25 Jul 2018 10:50:52 +0000 (12:50 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 25 Jul 2018 10:50:52 +0000 (12:50 +0200)
Change-Id: I093bf9a8175e9bbc448735df12c918f23937ff94
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
osm_nbi/html_public/version
osm_nbi/tests/test.py
osm_nbi/validation.py

index 85e4884..3265946 100644 (file)
@@ -1,3 +1,3 @@
-0.1.14
-2018-07-10
+0.1.15
+2018-07-25
 
 
index f953642..54aa0a3 100755 (executable)
@@ -704,10 +704,10 @@ class TestDeployIpMac(TestDeploy):
                         {
                             "id": "VM1",
                             "interface": [
                         {
                             "id": "VM1",
                             "interface": [
-                                {
-                                    "name": "iface11",
-                                    "floating-ip-required": True,
-                                },
+                                {
+                                    "name": "iface11",
+                                    "floating-ip-required": True,
+                                },
                                 {
                                     "name": "iface13",
                                     "mac-address": "52:33:44:55:66:13"
                                 {
                                     "name": "iface13",
                                     "mac-address": "52:33:44:55:66:13"
index 29c069b..7cf9d1c 100644 (file)
@@ -227,6 +227,7 @@ ns_action = {   # TODO for the moment it is only contemplated the vnfd primitive
     "properties": {
         "member_vnf_index": name_schema,
         "vnf_member_index": name_schema,  # TODO for backward compatibility. To remove in future
     "properties": {
         "member_vnf_index": name_schema,
         "vnf_member_index": name_schema,  # TODO for backward compatibility. To remove in future
+        "vdu_id": name_schema,
         "primitive": name_schema,
         "primitive_params": {"type": "object"},
     },
         "primitive": name_schema,
         "primitive_params": {"type": "object"},
     },