Move openoapi from newton to newton_base 51/33151/1
authorHuang Haibin <haibin.huang@intel.com>
Tue, 27 Feb 2018 14:26:59 +0000 (22:26 +0800)
committerHuang Haibin <haibin.huang@intel.com>
Tue, 27 Feb 2018 18:42:04 +0000 (02:42 +0800)
commitb8cf1e980b211c21174a1eaa61c51512106efb7d
tree6b392d91f5f4081da360d24423e99ba6edf34176
parent9699a223762349213d1c221bfba7fc7edfbf0be8
Move openoapi from newton to newton_base

Change-Id: I0fb7ed59d0d1f1b289da6112d822e3b42d9bd489
Issue-ID: MULTICLOUD-138
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
13 files changed:
ocata/ocata/requests/urls.py
share/newton_base/openoapi/__init__.py [new file with mode: 0644]
share/newton_base/openoapi/flavor.py [new file with mode: 0644]
share/newton_base/openoapi/hosts.py [new file with mode: 0644]
share/newton_base/openoapi/image.py [new file with mode: 0644]
share/newton_base/openoapi/limits.py [new file with mode: 0644]
share/newton_base/openoapi/network.py [new file with mode: 0644]
share/newton_base/openoapi/server.py [new file with mode: 0644]
share/newton_base/openoapi/subnet.py [new file with mode: 0644]
share/newton_base/openoapi/tenants.py [new file with mode: 0644]
share/newton_base/openoapi/volume.py [new file with mode: 0644]
share/newton_base/openoapi/vport.py [new file with mode: 0644]
share/newton_base/util.py [new file with mode: 0644]