commit | fed79573f14b509208c5c85393e4424eae8c6ef6 | [log] [tgz] |
---|---|---|
author | Oleksii Chupryn <achuprin@mirantis.com> | Fri Jul 20 14:11:35 2018 +0300 |
committer | Oleksii Chupryn <achuprin@mirantis.com> | Mon Jul 23 10:16:32 2018 +0300 |
tree | 67afa7303c89937f327d24072123f73f9516ea33 | |
parent | 85188088ddd070e8759b77ef292aeeea66a7de47 [diff] |
Add ability to configure ovsdb_interface param Change-Id: I5d2f813a57754a73bc5c1e81012294754f9f2063 Related-PROD: PROD-21583
diff --git a/tests/pillar/control_opendaylight.sls b/tests/pillar/control_opendaylight.sls index 9064406..76a4c90 100644 --- a/tests/pillar/control_opendaylight.sls +++ b/tests/pillar/control_opendaylight.sls
@@ -56,6 +56,7 @@ user: admin password: admin ovsdb_connection: tcp:127.0.0.1:6639 + ovsdb_interface: native mechanism: ovs: driver: opendaylight
diff --git a/tests/pillar/gateway_legacy_opendaylight.sls b/tests/pillar/gateway_legacy_opendaylight.sls index 8bf6b26..2f43676 100644 --- a/tests/pillar/gateway_legacy_opendaylight.sls +++ b/tests/pillar/gateway_legacy_opendaylight.sls
@@ -6,6 +6,7 @@ tenant_network_types: "flat,vxlan" router: odl-router ovsdb_connection: tcp:127.0.0.1:6639 + ovsdb_interface: native mechanism: ovs: driver: opendaylight