networking-ovn: enable mysql and rabbitmq

The devstack job for the networking-ovn repo overrides the list of
enabled services to be a minimal set.  Unfortunately, it's missing
mysql and rabbitmq which are required for devstack to start up
successfully with the other services that are enabled.

This patch also fixes enabling keystone by specifying it as 'key'
instead of 'keystone'.

Change-Id: I29a3b2c03559aeaba7c08431bfbed1fe21762666
This commit is contained in:
Russell Bryant 2015-04-14 15:31:10 -04:00
parent afb31d48b1
commit c70fda0715

View File

@ -21,7 +21,7 @@
# ensure OVN at least comes up with devstack
export DEVSTACK_GATE_TEMPEST=0
# Enable only a very minimal set of services for OVN
export OVERRIDE_ENABLED_SERVICES=ovn,q-svc,q-dhcp,q-l3,keystone
export OVERRIDE_ENABLED_SERVICES=ovn,q-svc,q-dhcp,q-l3,key,mysql,rabbit
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE