Move extsys from newton to common 53/33353/3
authorHuang Haibin <haibin.huang@intel.com>
Tue, 27 Feb 2018 19:44:35 +0000 (03:44 +0800)
committerHuang Haibin <haibin.huang@intel.com>
Wed, 28 Feb 2018 18:39:05 +0000 (02:39 +0800)
commitb14e1359642e17daf769ca39fa01e644135191f0
treef29fcbd5c81df64eac4796bdd0c0423d460ebe17
parentb99c0d415f37ca26443514d43f3cc1975185bf74
Move extsys from newton to common

Change-Id: I30ad2ed3a43bcb0ef569bb25d3e51a9ab49ea48a
Issue-ID: MULTICLOUD-138
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
29 files changed:
ocata/ocata/extensions/tests/test_epacaps.py
ocata/ocata/proxy/tests/test_identity_proxy.py
ocata/ocata/proxy/tests/test_service_proxy.py
ocata/ocata/registration/tests/test_registration.py
ocata/ocata/settings.py
ocata/vagrant/test/Dockerfile
ocata/vagrant/test/extsys.py
share/common/msapi/__init__.py [new file with mode: 0644]
share/common/msapi/extsys.py [new file with mode: 0644]
share/newton_base/extensions/epacaps.py
share/newton_base/extensions/extensions.py
share/newton_base/openoapi/flavor.py
share/newton_base/openoapi/hosts.py
share/newton_base/openoapi/image.py
share/newton_base/openoapi/limits.py
share/newton_base/openoapi/network.py
share/newton_base/openoapi/server.py
share/newton_base/openoapi/subnet.py
share/newton_base/openoapi/tenants.py
share/newton_base/openoapi/volume.py
share/newton_base/openoapi/vport.py
share/newton_base/proxy/dnsaasdelegate.py
share/newton_base/proxy/identityV3.py
share/newton_base/proxy/proxy_utils.py
share/newton_base/proxy/services.py
share/newton_base/registration/registration.py
share/newton_base/swagger/__init__.py
share/newton_base/swagger/views.py
share/newton_base/util.py