From cff235e484e79325e9b4b1575fe7992d9a691ea3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 5 Jul 2012 09:03:40 -0500 Subject: [PATCH] Keystone dep is not actually needed. An end user might need to install keystone to use the default config, but glance testing uses stubbed out fakes. Fixes bug 1021798 Change-Id: I99da75d29ba483125518760126d6145310ae1479 --- tools/pip-requires | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 9fa5a1c069..51e05e9600 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -21,13 +21,6 @@ pysendfile==2.0.0 iso8601>=0.1.4 -# The following allow Keystone to be installed in the venv -# along with all of Keystone's dependencies. We target a specific -# commit hash so we can code to a constant version of keystone. -# Trying to hit a moving target causes our local unittests to fail -# when they should remain unaffected. -https://github.com/openstack/keystone/zipball/ab6be05068068b0902db44b1d60f56eea4fe1215#egg=keystone - # For Swift storage backend. python-swiftclient>=1,<2