Fix senlin integration test

Mysql was missed in enabled service list for integration
test job. This patch adds it.

Change-Id: Ia4d7173db3da2cbe2dd8f3e04d7d124c04d59531
This commit is contained in:
yanyanhu 2016-09-06 02:03:07 -04:00
parent b184d8b345
commit 58274f136a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
export SENLIN_BACKEND="openstack_test"
else
export SENLIN_BACKEND="openstack"
services=key
services=key,mysql
services+=,n-api,n-crt,n-cpu,n-sch,n-cond
services+=,cinder,c-api,c-vol,c-sch,c-bak
services+=,g-api,g-reg