aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2019-08-08 10:37:17 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2019-08-08 10:49:13 +0400
commit8c7d4db407abe0fe2df266503af1d4a8c49eade4 (patch)
tree6d89877a6e83595ced3c26ab178f6f79fd604742 /mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2
parent2a04ab183da19c7058f8332e214d5124ef97379d (diff)
Conform ovsdb listen port to os-vif defaults
Nova (by means of os-vif lib) uses 6640 port by default to connect to remote ovsdb over tcp/ssl. Change-Id: I1372d8a3170b00243a5756b15a140aafe03dc268 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2')
-rw-r--r--mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2
index 1e10cac3b..fe8e47649 100644
--- a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2
+++ b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2
@@ -23,6 +23,10 @@ parameters:
compute:
vif_plugging_is_fatal: false
vif_plugging_timeout: 60
+ neutron:
+ compute:
+ opendaylight:
+ ovsdb_server_iface: ptcp:6640:127.0.0.1
linux:
network:
ovs_nowait: false