diff --git a/stackrc b/stackrc index b541711..ba98f15 100644 --- a/stackrc +++ b/stackrc @@ -39,6 +39,10 @@ OPENSTACKX_BRANCH=diablo QUANTUM_REPO=https://github.com/openstack/quantum QUANTUM_BRANCH=stable/diablo +# CI test suite +CITEST_REPO=https://github.com/openstack/openstack-integration-tests.git +CITEST_BRANCH=master + # Specify a comma-separated list of uec images to download and install into glance. IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz diff --git a/tools/build_ci_config.sh b/tools/build_ci_config.sh index 48f2a82..aecbd80 100755 --- a/tools/build_ci_config.sh +++ b/tools/build_ci_config.sh @@ -48,6 +48,8 @@ source ./stackrc # Where Openstack code lives DEST=${DEST:-/opt/stack} +DIST_NAME=${DIST_NAME:-natty} + # Process network configuration vars GUEST_NETWORK=${GUEST_NETWORK:-1} GUEST_RECREATE_NET=${GUEST_RECREATE_NET:-yes} @@ -78,9 +80,9 @@ GLANCE_PORT=$2 CONFIG_FILE_TMP=$(mktemp $CONFIG_FILE.XXXXXX) cat >$CONFIG_FILE_TMP <