diff options
author | Litao Gao <litao.gao@windriver.com> | 2017-02-28 02:33:42 -0500 |
---|---|---|
committer | Litao Gao <litao.gao@windriver.com> | 2017-02-28 02:33:42 -0500 |
commit | 7b7c3c1e1e24b5419e6c607b2bfa14d89e94ae70 (patch) | |
tree | a2ba02b145480a053a46f643b3080908fb6a55ad /newton/requirements.txt | |
parent | 69aafd35f48c98c4337c7c37d1eb4aab7d538fe7 (diff) |
openstak newton version vim driver implementation
1. change to use keystoneauth1 for auth and transport
2. add neutron network creation and deletion handling
3. some modification for refactoring
Change-Id: Ibaa3f33ae89c57bcb5a5e603b63355ed7ca4c52b
Issue-Id: MULTIVIM-47
Signed-off-by: Litao Gao <litao.gao@windriver.com>
Diffstat (limited to 'newton/requirements.txt')
-rw-r--r-- | newton/requirements.txt | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/newton/requirements.txt b/newton/requirements.txt index 6d58957b..5976f5c9 100644 --- a/newton/requirements.txt +++ b/newton/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 |