From 8e8d5a75d538ad3300859fc3d59e7bdfd760129c Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 2 Jul 2012 17:16:17 -0400 Subject: [PATCH] Use client libs from PyPI (what?) Change-Id: I201efd1675797afd8012786e73cd7d4ff5a3a684 --- run_tests.sh | 2 +- tools/pip-requires | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 4f5608767..6c597771d 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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=22 +environment_version=23 #--------------------------------------------------------# function usage { diff --git a/tools/pip-requires b/tools/pip-requires index 6be44ee22..8a34ec24f 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,10 +2,7 @@ Django>=1.4 django_compressor python-cloudfiles +python-glanceclient +python-keystoneclient +python-novaclient pytz - -# Horizon Non-pip Requirements -# FIXME(gabriel): set these back to master once the versioninfo bug is resolved. -https://github.com/openstack/python-novaclient/zipball/3dd0d3be63b4bf35aede852d096deff9be5b63e4#egg=python-novaclient -https://github.com/openstack/python-keystoneclient/zipball/44a1ee32e29825257cac5c0a61fc3be51b79eb65#egg=python-keystoneclient -https://github.com/openstack/python-glanceclient/zipball/d6e0a03a937841ee509c37003762fd92c9b762ef#egg=python-glanceclient