Refactor newton and ocato proxy 49/12149/1
authorBin Yang <bin.yang@windriver.com>
Wed, 13 Sep 2017 09:57:00 +0000 (17:57 +0800)
committerBin Yang <bin.yang@windriver.com>
Wed, 13 Sep 2017 09:57:00 +0000 (17:57 +0800)
commit51f18c6e84a88eaea53237b3a21d32ad4ab0e8a5
treeaed163e17ddfde30bb46e9aafa857550b07d1f05
parent530818aab2a02921e0445b6062260aad9e4b2810
Refactor newton and ocato proxy

refactor code and fix bugs to update proxy prefix

Change-Id: I4a02b0570759f087581e875cc683d4475bd2121b
Issue-Id: MULTICLOUD-89
Signed-off-by: Bin Yang <bin.yang@windriver.com>
23 files changed:
newton/docker/Dockerfile
newton/docker/build-image.sh [changed mode: 0755->0644]
newton/newton/extensions/views/epacaps.py
newton/newton/extensions/views/extensions.py
newton/newton/proxy/tests/test_identity_proxy.py
newton/newton/proxy/urls.py
newton/newton/proxy/views/identityV3.py
newton/newton/proxy/views/proxy_utils.py [new file with mode: 0644]
newton/newton/proxy/views/services.py
newton/newton/registration/views/registration.py
ocata/docker/Dockerfile
ocata/ocata/extensions/urls.py
ocata/ocata/extensions/views/__init__.py [new file with mode: 0644]
ocata/ocata/extensions/views/epacaps.py [new file with mode: 0644]
ocata/ocata/extensions/views/extensions.py [new file with mode: 0644]
ocata/ocata/proxy/urls.py
ocata/ocata/proxy/views/identityV3.py
ocata/ocata/proxy/views/services.py
ocata/ocata/pub/config/config.py
ocata/ocata/registration/__init__.py [new file with mode: 0644]
ocata/ocata/registration/views/__init__.py [new file with mode: 0644]
ocata/ocata/registration/views/registration.py [new file with mode: 0644]
ocata/ocata/urls.py