Use devstack plugins in os-xenapi
Export PROJECTS and DEVSTACK_LOCAL_CONFIG varialbes to make them available for devstack-vm-gate.sh, then we can test nova+os-xenapi together with our devstack-plugin Change-Id: I8492cd9874af9ee2e513354aaff75addd41803b7
This commit is contained in:
parent
b2eb56f2a0
commit
23cdbbc292
@ -28,6 +28,9 @@ set -ex
|
||||
|
||||
#REPLACE_ENV
|
||||
|
||||
export PROJECTS="openstack/os-xenapi $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG=${DEVSTACK_LOCAL_CONFIG:-"enable_plugin os-xenapi git://git.openstack.org/openstack/os-xenapi"}
|
||||
|
||||
export ZUUL_PROJECT=${ZUUL_PROJECT:-openstack/nova}
|
||||
export ZUUL_BRANCH=${ZUUL_BRANCH:-master}
|
||||
export ZUUL_REF=${ZUUL_REF:-HEAD}
|
||||
|
Loading…
x
Reference in New Issue
Block a user