Add plugin for OpenStack Ocata 55/12055/2
authorBin Yang <bin.yang@windriver.com>
Wed, 13 Sep 2017 00:54:03 +0000 (08:54 +0800)
committerBin Yang <bin.yang@windriver.com>
Wed, 13 Sep 2017 00:54:03 +0000 (08:54 +0800)
commit530818aab2a02921e0445b6062260aad9e4b2810
treece69eab0b175405c8f6549dab15db60c20d1aceb
parente4c756d1b5102e7df21e061a72f541fa8441f68f
Add plugin for OpenStack Ocata

add plugin for openstack ocata, reuse most of
source code from plugin for newton.

Change-Id: I444a4e6dd80e34d06d35e0e711de426f10d8db35
Issue-Id: MULTICLOUD-89
Signed-off-by: Bin Yang <bin.yang@windriver.com>
38 files changed:
newton/stop.sh
ocata/.gitignore [new file with mode: 0644]
ocata/README.md [new file with mode: 0644]
ocata/assembly.xml [new file with mode: 0644]
ocata/docker/Dockerfile [new file with mode: 0644]
ocata/docker/build-image.sh [new file with mode: 0644]
ocata/initialize.sh [new file with mode: 0644]
ocata/logs/empty.txt [new file with mode: 0644]
ocata/manage.py [new file with mode: 0644]
ocata/ocata/__init__.py [new file with mode: 0644]
ocata/ocata/extensions/__init__.py [new file with mode: 0644]
ocata/ocata/extensions/urls.py [new file with mode: 0644]
ocata/ocata/proxy/__init__.py [new file with mode: 0644]
ocata/ocata/proxy/urls.py [new file with mode: 0644]
ocata/ocata/proxy/views/__init__.py [new file with mode: 0644]
ocata/ocata/proxy/views/identityV3.py [new file with mode: 0644]
ocata/ocata/proxy/views/services.py [new file with mode: 0644]
ocata/ocata/pub/__init__.py [new file with mode: 0644]
ocata/ocata/pub/config/__init__.py [new file with mode: 0644]
ocata/ocata/pub/config/config.py [new file with mode: 0644]
ocata/ocata/requests/__init__.py [new file with mode: 0644]
ocata/ocata/requests/urls.py [new file with mode: 0644]
ocata/ocata/samples/__init__.py [new file with mode: 0644]
ocata/ocata/samples/tests.py [new file with mode: 0644]
ocata/ocata/samples/urls.py [new file with mode: 0644]
ocata/ocata/samples/views.py [new file with mode: 0644]
ocata/ocata/settings.py [new file with mode: 0644]
ocata/ocata/swagger/__init__.py [new file with mode: 0644]
ocata/ocata/swagger/tests.py [new file with mode: 0644]
ocata/ocata/swagger/urls.py [new file with mode: 0644]
ocata/ocata/swagger/views.py [new file with mode: 0644]
ocata/ocata/urls.py [new file with mode: 0644]
ocata/ocata/wsgi.py [new file with mode: 0644]
ocata/pom.xml [new file with mode: 0644]
ocata/requirements.txt [new file with mode: 0644]
ocata/run.sh [new file with mode: 0644]
ocata/stop.sh [new file with mode: 0644]
ocata/tox.ini [new file with mode: 0644]