diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-03-07 21:03:10 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-03-07 21:03:10 +0800 |
commit | d4e716ac6a8f22f3ee383312df84f6c481b946ca (patch) | |
tree | 4cd455df3165a5c3fba46147efd9a4be971fc53e /kilo/requirements.txt | |
parent | d6d057c65d32a5c334329df200d003730cbbeb85 (diff) |
Implement APIs for Kilo
Change-Id: I04680afe10c47e61f44c283a42d2ceeb7d3134af
Issue-Id: MULTIVIM-24, MULTIVIM-25
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'kilo/requirements.txt')
-rw-r--r-- | kilo/requirements.txt | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/kilo/requirements.txt b/kilo/requirements.txt index 6d58957b..5976f5c9 100644 --- a/kilo/requirements.txt +++ b/kilo/requirements.txt @@ -2,20 +2,11 @@ Django==1.9.6 djangorestframework==3.3.3 -# redis cache -redis==2.10.5 - -# for access redis cache -redisco==0.1.4 -django-redis-cache==0.13.1 - # for call rest api httplib2==0.9.2 -# for call openstack api -python-keystoneclient==3.6.0 -python-glanceclient==2.5.0 -python-neutronclient==6.0.0 +# for call openstack auth and transport api +keystoneauth1==2.18.0 # for unit test coverage==4.2 |