summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/driver/pub/config/config.py
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-01 16:18:23 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-01 16:18:23 +0800
commitd4fbe2f11e4e7c10bd811335942dcf391669ddf1 (patch)
tree63f4f9931060452bc1fd5ef99285e9cbb89cf404 /gvnfmadapter/driver/pub/config/config.py
parentff463b52520343fbaf840bd82480ecd4a2c34282 (diff)
GVNFM driver align ESR rest interface
As ESR move to AAI, its rest api is changed, GVNFM driver align ESR new rest interface. Change-Id: Ic0cb9c6a7a684cef730c1af718412b52efe4277e Issue-ID: VFC-226 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/driver/pub/config/config.py')
-rw-r--r--gvnfmadapter/driver/pub/config/config.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/gvnfmadapter/driver/pub/config/config.py b/gvnfmadapter/driver/pub/config/config.py
index 198ae76..ab143a1 100644
--- a/gvnfmadapter/driver/pub/config/config.py
+++ b/gvnfmadapter/driver/pub/config/config.py
@@ -12,6 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# [AAI]
+AAI_SERVICE_IP = '127.0.0.1'
+AAI_SERVICE_PORT = '8443'
+AAI_BASE_URL = "https://%s:%s/aai/v11" % (AAI_SERVICE_IP, AAI_SERVICE_PORT)
+AAI_USER = "AAI"
+AAI_PASSWORD = "AAI"
+CLOUD_OWNER = ""
+CLOUD_REGION_ID = ""
+TENANT_ID = ""
+
# [MSB]
MSB_SERVICE_IP = '127.0.0.1'
MSB_SERVICE_PORT = '80'