Skip to content

Commit

Permalink
Updated the other half of the quantum dependency and bumped env version.
Browse files Browse the repository at this point in the history
Adds buildout environment automatic cleanout to "quiet" option for Jenkins.

Change-Id: I23c6849e893b9dc43ec93acfa402af60f33bc7b9
  • Loading branch information
gabrielhurley committed Dec 4, 2011
1 parent eb89672 commit de502fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion horizon/buildout.cfg
Expand Up @@ -4,6 +4,7 @@ parts =
django
openstack-compute
openstackx
quantum
python-novaclient
python-keystoneclient
seleniumrc
Expand Down Expand Up @@ -35,7 +36,6 @@ eggs =
python-cloudfiles
coverage
glance
quantum
django-nose-selenium
CherryPy
pycrypto
Expand Down Expand Up @@ -104,6 +104,13 @@ repository = git://github.com/cloudbuilders/openstackx.git
as_egg = True


[quantum]
recipe = zerokspot.recipe.git
repository = git://github.com/openstack/quantum.git
branch = stable/diablo
as_egg = True


[python-novaclient]
recipe = zerokspot.recipe.git
repository = git://github.com/rackspace/python-novaclient.git
Expand Down
3 changes: 2 additions & 1 deletion run_tests.sh
Expand Up @@ -6,7 +6,7 @@ set -o errexit
# Increment me any time the environment should be rebuilt.
# This includes dependncy changes, directory renames, etc.
# Simple integer secuence: 1, 2, 3...
environment_version=3
environment_version=4
#--------------------------------------------------------#

function usage {
Expand Down Expand Up @@ -190,6 +190,7 @@ function environment_check {
fi

if [ $quiet -eq 1 ]; then
destroy_buildout
install_venv
else
if [ ! -e ${venv} ]; then
Expand Down

0 comments on commit de502fa

Please sign in to comment.