Merge "Fix on setting enable_openvswitch"

This commit is contained in:
Zuul 2018-12-02 11:15:21 +00:00 committed by Gerrit Code Review
commit 353e9213b3

View File

@ -526,7 +526,7 @@ enable_nova_ssh: "yes"
enable_octavia: "no"
enable_onos: "no"
enable_opendaylight: "no"
enable_openvswitch: "{{ neutron_plugin_agent != 'linuxbridge' | bool }}"
enable_openvswitch: "{{ neutron_plugin_agent != 'linuxbridge' }}"
enable_ovs_dpdk: "no"
enable_osprofiler: "no"
enable_panko: "no"