diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-08-29 16:18:45 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-08-29 16:18:45 +0800 |
commit | cb7770b35559af5d63cf44e20ea425b89046c096 (patch) | |
tree | c76f092a302a65b9bd4b2bc60c83f6ba411da542 /newton/requirements.txt | |
parent | 74e6b85a978ea6e98cd11f1984baef197712520c (diff) |
Add OpenStack proxy for newton
refactor seed code for newton
add proxy for identiy,service, add registration, extension
management
Issue-Id: MULTICLOUD-58
Change-Id: I6a7a21427af4c88b7f060470c1176009c13fc19e
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/requirements.txt')
-rw-r--r-- | newton/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newton/requirements.txt b/newton/requirements.txt index 5976f5c9..841fe278 100644 --- a/newton/requirements.txt +++ b/newton/requirements.txt @@ -8,6 +8,9 @@ httplib2==0.9.2 # for call openstack auth and transport api keystoneauth1==2.18.0 +#python-memcached +python-memcached + # for unit test coverage==4.2 mock==2.0.0 |