Enable networking-ovn plugin on subnode config

DEVSTACK_SUBNODE_CONFIG needs to enable the networking-ovn plugin
for gate-tempest-dsvm-networking-ovn-native-services-multinode-nv.

Change-Id: I22c36880cdf2940290788d4d5cfe82c363ecc4f2
Partial-Bug: 1621627
This commit is contained in:
Richard Theis 2016-09-27 12:01:47 -05:00
parent 6a76d8e988
commit 06d2a734ca

View File

@ -201,6 +201,7 @@
# caches in nodepool, however make it a valid url for
# documentation purposes.
export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-ovn git://git.openstack.org/openstack/networking-ovn"
export DEVSTACK_SUBNODE_CONFIG="enable_plugin networking-ovn git://git.openstack.org/openstack/networking-ovn"
# Keep localrc to be able to set some vars in pre_test_hook
export KEEP_LOCALRC=1