Update vnflcm gitreview file 97/9797/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Fri, 1 Sep 2017 01:45:01 +0000 (09:45 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Fri, 1 Sep 2017 01:45:01 +0000 (09:45 +0800)
Update gvnfm vnflcm gitreview
 and gitignore file.

Change-Id: I16fc34de2ba1dc3c8c96d127777db7a5e0a82a38
Issue-ID: VFC-210
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
.gitignore [deleted file]
lcm/.gitreview [moved from .gitreview with 100% similarity]
lcm/lcm/pub/aaiapi/aai.py

diff --git a/.gitignore b/.gitignore
deleted file mode 100644 (file)
index 526523b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-.idea
-.gitignore
-lcm/logs/runtime_lcm.log
-*.pyc
similarity index 100%
rename from .gitreview
rename to lcm/.gitreview
index f45b099..a70a598 100644 (file)
@@ -20,7 +20,7 @@ from lcm.pub.utils.restcall import call_req_aai, rest_no_auth
 \r
 logger = logging.getLogger(__name__)\r
 \r
-def call_aai(resource, method, data):\r
+def call_aai(resource, method, data=''):\r
     return call_req_aai(AAI_BASE_URL, AAI_USER, AAI_PASSWORD, rest_no_auth, resource, method, data)\r
 \r
 def create_ns(global_customer_id, service_type, service_instance_id, data):\r