aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2018-03-13 18:04:24 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2018-03-13 18:10:22 +0400
commit4e1e39700138700dd8744fbba71379fcf4f190bb (patch)
treec54608d892d80d19293bd8c10ff3cc820ed4ed59
parent2f58548c3e2f9068a2f6dfa682be7b462b41f29e (diff)
[virtual/odl] Turn off websocket for pseudo agent
To prevent error in packet_handler callback: AttributeError: 'PseudoAgentDBBindingWebSocket' object has no attribute 'update_agents_db_row'. Change-Id: I1a6a4b95ce3290ce108bdb91ae8eb5e85a13ef51 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
-rw-r--r--mcp/reclass/classes/cluster/mcp-pike-odl-noha/openstack/control.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-pike-odl-noha/openstack/control.yml b/mcp/reclass/classes/cluster/mcp-pike-odl-noha/openstack/control.yml
index 1856c3eb9..66c9322f0 100644
--- a/mcp/reclass/classes/cluster/mcp-pike-odl-noha/openstack/control.yml
+++ b/mcp/reclass/classes/cluster/mcp-pike-odl-noha/openstack/control.yml
@@ -36,3 +36,7 @@ parameters:
host: ${_param:opendaylight_service_host}
port: 8282
params: ${_param:haproxy_check}
+ neutron:
+ server:
+ backend:
+ enable_websocket: false