From 99b8253450e3e91ea8615c1dc1457ede4131109f Mon Sep 17 00:00:00 2001 From: gholt Date: Tue, 14 Aug 2012 15:07:54 +0000 Subject: [PATCH] Make python-keystoneclient optional A lot of us don't use Keystone. Change-Id: Ifcd5fe609efbe950e935c0e0cfee200687b69eda --- tools/pip-requires | 1 - tools/test-requires | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index cda31213..322630ee 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,2 +1 @@ simplejson -python-keystoneclient diff --git a/tools/test-requires b/tools/test-requires index 135c80e3..cf2d864e 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -7,3 +7,4 @@ openstack.nose_plugin pep8==1.3 sphinx>=1.1.2 eventlet +python-keystoneclient