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:
parent
50c17ec693
commit
cb2b2aff88
11
run_tests.sh
11
run_tests.sh
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user