Add local.conf to set ovs-agent's config

Set ovsdb_interface = vsctl as we don't support native interface

Change-Id: I871d0e32069fc3801e5867834736c78939396148
This commit is contained in:
Huan Xie 2016-07-03 18:58:43 -07:00
parent 50c17ec693
commit cb2b2aff88

View File

@ -197,6 +197,17 @@ PUBLIC_BRIDGE=br-ex
# Set instance build timeout to 300s in tempest.conf
BUILD_TIMEOUT=390
EOF
# Set local.conf for neutron ovs-agent in compute node
localconf="/opt/stack/new/devstack/local.conf"
cat <<EOF >>"$localconf"
[[local|localrc]]
[[post-config|/etc/neutron/plugins/ml2/ml2_conf.ini]]
[ovs]
ovsdb_interface = vsctl
EOF
fi
)