Fix rest body of create-node 67/53167/2
authorAnil Vishnoi <vishnoianil@gmail.com>
Fri, 10 Mar 2017 23:01:09 +0000 (15:01 -0800)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 10 Mar 2017 23:04:22 +0000 (23:04 +0000)
When we load all features,it loads ovsdb and hwvtep both
and both the yang models has connection-info container in
their yang models. When both are loaded, we need to
specifically mention which connection-info we are referring
to in our rest body. We have done similar fix in the past
as well

https://git.opendaylight.org/gerrit/#/c/37216/

Change-Id: I1067b96619e0017b9ff7bb8c644fd915ba5836aa
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
csit/variables/ovsdb/create_node.json

index e5858806aafd8fb22021bf346b830e04cbb946d2..8625705a0e13e297d94ecafcd0232c8d1f1713c8 100644 (file)
@@ -2,7 +2,7 @@
     "node": [
         {
             "node-id": "ovsdb:HOST1",
-            "connection-info": {
+            "ovsdb:connection-info": {
                 "ovsdb:remote-ip": "127.0.0.1",
                 "ovsdb:remote-port": "61644"
             }