summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2012-05-04 12:28:35 -0500
committerDean Troyer <dtroyer@gmail.com>2012-05-04 16:37:18 -0500
commit70b3246a1983700736b7ce4c83e9381d987cc598 (patch)
treede32c02c765df7d7a765ef09d10a930ac5f79d9d /tools
parent5e4032150d360a305397e0220e51c5a66f2f5313 (diff)
downloadpython-openstackclient-70b3246a1983700736b7ce4c83e9381d987cc598.tar.gz
Add Identity to ClientManager
* Make the Identity client in identity.client.make_client() * Auth via ClientManager.identity * Skip extra auth roundtrip in compute client Change-Id: I0190639e38f83997c233195f6cc27ff3afdfba10
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 738b5f53..8d07fd36 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -6,4 +6,5 @@ mock
prettytable
simplejson
-e git://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient
--e git+https://github.com/openstack/python-novaclient.git#egg=python_novaclient \ No newline at end of file
+-e git+https://github.com/openstack/python-novaclient.git#egg=python_novaclient
+