diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-01 09:45:01 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-01 09:45:01 +0800 |
commit | 43bb3c0a6024280ca321a8d99802e700847f534e (patch) | |
tree | 668e42a30d71468b368bc983c0304a2c1b1a1de9 /lcm | |
parent | 88bf2b1ebfefa9aff30405536273a4a5509212f0 (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>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/.gitreview | 4 | ||||
-rw-r--r-- | lcm/lcm/pub/aaiapi/aai.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lcm/.gitreview b/lcm/.gitreview new file mode 100644 index 00000000..83418307 --- /dev/null +++ b/lcm/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=vfc/gvnfm/vnflcm
\ No newline at end of file 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):
|