diff options
author | Joe Heck <heckj@mac.com> | 2012-01-24 22:47:26 +0000 |
---|---|---|
committer | Joe Heck <heckj@mac.com> | 2012-01-24 23:19:02 +0000 |
commit | f60aa08c71320bde5d0f8e21d74682cfe06b37b7 (patch) | |
tree | 816e5345338c6a5c85849008491dabe6816ed0d6 /tools/pip-requires | |
parent | 269e389a8803732b85416269ba1a27c4f5a18494 (diff) | |
download | tuskar-ui-f60aa08c71320bde5d0f8e21d74682cfe06b37b7.tar.gz |
switching to use python-quantumclient intead of quantum repo directly
Change-Id: I6b5862d6ab8ad980c9832c637f2be1cc0a8cda32
Diffstat (limited to 'tools/pip-requires')
-rw-r--r-- | tools/pip-requires | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 090e215c..c99df9b5 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -28,8 +28,11 @@ sqlalchemy-migrate webob xattr +# quantum +-e git+https://github.com/openstack/python-quantumclient.git#egg=python-quantumclient-dev +python-gflags + # horizon non-pip deps --e git+https://github.com/openstack/quantum.git@stable/diablo#egg=quantum -e git+https://github.com/cloudbuilders/openstackx.git#egg=openstackx -e git+https://github.com/openstack/python-novaclient.git#egg=python-novaclient -e git+https://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient |