Add enable zun plugin for solum dsvm job

Change-Id: I35a52d1217a802f351eaa4047895279772512470
This commit is contained in:
zhurong 2017-01-18 22:56:10 +08:00
parent 329beb16fc
commit c32e98525b
1 changed files with 3 additions and 0 deletions

View File

@ -18,11 +18,14 @@
export ENABLED_SERVICES=solum,solum-api,solum-conductor,solum-deployer,solum-worker,tempest,zaqar,barbican,mistral
export DEVSTACK_LOCAL_CONFIG="enable_plugin solum git://git.openstack.org/openstack/solum"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"SOLUM_PROJ_DIR=/opt/stack/new/solum"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin zun git://git.openstack.org/openstack/zun"
export PROJECTS="openstack/solum $PROJECTS"
export PROJECTS="openstack/solum-dashboard $PROJECTS"
export PROJECTS="openstack/python-solumclient $PROJECTS"
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/mistral $PROJECTS"
export PROJECTS="openstack/zun $PROJECTS"
export PROJECTS="openstack/python-zunclient $PROJECTS"
export KEEP_LOCALRC=1