aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns_vnfs/biz/create_vnfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns_vnfs/biz/create_vnfs.py')
-rw-r--r--lcm/ns_vnfs/biz/create_vnfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/ns_vnfs/biz/create_vnfs.py b/lcm/ns_vnfs/biz/create_vnfs.py
index a32ed8a4..85bd2400 100644
--- a/lcm/ns_vnfs/biz/create_vnfs.py
+++ b/lcm/ns_vnfs/biz/create_vnfs.py
@@ -329,7 +329,7 @@ class CreateVnfs(Thread):
base_url=base_url,
user=OOF_USER,
passwd=OOF_PASSWD,
- auth_type=restcall.rest_oneway_auth,
+ auth_type=restcall.rest_no_auth,
resource=resources,
method="POST",
content=json.dumps(req_body),