summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-01 09:45:01 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-01 09:45:01 +0800
commit43bb3c0a6024280ca321a8d99802e700847f534e (patch)
tree668e42a30d71468b368bc983c0304a2c1b1a1de9
parent88bf2b1ebfefa9aff30405536273a4a5509212f0 (diff)
Update vnflcm gitreview file
Update gvnfm vnflcm gitreview and gitignore file. Change-Id: I16fc34de2ba1dc3c8c96d127777db7a5e0a82a38 Issue-ID: VFC-210 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--.gitignore4
-rw-r--r--lcm/.gitreview (renamed from .gitreview)0
-rw-r--r--lcm/lcm/pub/aaiapi/aai.py2
3 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 526523b1..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-.idea
-.gitignore
-lcm/logs/runtime_lcm.log
-*.pyc
diff --git a/.gitreview b/lcm/.gitreview
index 83418307..83418307 100644
--- a/.gitreview
+++ b/lcm/.gitreview
diff --git a/lcm/lcm/pub/aaiapi/aai.py b/lcm/lcm/pub/aaiapi/aai.py
index f45b099c..a70a5980 100644
--- a/lcm/lcm/pub/aaiapi/aai.py
+++ b/lcm/lcm/pub/aaiapi/aai.py
@@ -20,7 +20,7 @@ from lcm.pub.utils.restcall import call_req_aai, rest_no_auth
logger = logging.getLogger(__name__)
-def call_aai(resource, method, data):
+def call_aai(resource, method, data=''):
return call_req_aai(AAI_BASE_URL, AAI_USER, AAI_PASSWORD, rest_no_auth, resource, method, data)
def create_ns(global_customer_id, service_type, service_instance_id, data):