gate-networking-midonet-v2-dsvm-rally-nv: Don't forget to enable rally

Change-Id: Ibc845f8ee42f658031f4290c60667382136fb1df
This commit is contained in:
YAMAMOTO Takashi 2016-02-05 12:22:30 +09:00
parent aebc6a8663
commit 9fce885649

View File

@ -187,6 +187,7 @@
# caches in nodepool, however make it a valid url for # caches in nodepool, however make it a valid url for
# documentation purposes. # documentation purposes.
export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-midonet git://git.openstack.org/openstack/networking-midonet" export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-midonet git://git.openstack.org/openstack/networking-midonet"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin rally git://git.openstack.org/openstack/rally"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_PLUGIN=midonet" export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_PLUGIN=midonet"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_RUN_VALIDATION=True" export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_RUN_VALIDATION=True"