prepend ovsdb to connection-info for NB connection request 16/37216/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 6 Apr 2016 21:03:34 +0000 (14:03 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 6 Apr 2016 21:03:34 +0000 (14:03 -0700)
for the case when hwvtep features are loaded along side of
ovsdb, the connection-info data is taken from the same base
model, so there is a conflict resulting in an ERROR when
trying to initiate a connection with just "connection-info".
we need to make it more specific, like "ovsdb:connection-info"

Change-Id: I5729a9c1d91507dd3dd6e2cfb8591e916aa6fa88
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/variables/ovsdb/connect.json

index a192497b8472d292cd661aaccdf28b2ff0679a3d..dab7c405cd2669f979d9b7c7243a4b90b77b9139 100644 (file)
@@ -2,7 +2,7 @@
   "network-topology:node": [
         {
               "node-id": "ovsdb://127.0.0.1:61644",
-              "connection-info": {
+              "ovsdb:connection-info": {
                   "ovsdb:remote-port": 61644,
                   "ovsdb:remote-ip": "127.0.0.1"
               }