aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-07-31 12:46:12 +0200
committerManuel Buil <mbuil@suse.com>2017-07-31 12:46:12 +0200
commit5e337249ef9ad6252ab9fe94c47dce6f9799e349 (patch)
tree716c9f383789634261d255716369f3e5539c3551
parentc444d00078d19bc5f0cd387213e78bdf6b3795bb (diff)
Update url to fetch ACL
The code was pointing to an old url Change-Id: I10bed291a69fd141b6c144c42163e891d2739056 Signed-off-by: Manuel Buil <mbuil@suse.com>
-rwxr-xr-xvnfmgr/vnfmgr_odl/vnfmgr_odl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfmgr/vnfmgr_odl/vnfmgr_odl.py b/vnfmgr/vnfmgr_odl/vnfmgr_odl.py
index 6ac72b28..7607bd07 100755
--- a/vnfmgr/vnfmgr_odl/vnfmgr_odl.py
+++ b/vnfmgr/vnfmgr_odl/vnfmgr_odl.py
@@ -48,7 +48,7 @@ class Context(object):
'operational/rendered-service-path:rendered-service-paths/')
self.rest_url_rsp_rpc = (
'operations/rendered-service-path:create-rendered-path')
- self.rest_url_acl = ('config/ietf-acl:access-lists/')
+ self.rest_url_acl = ('config/ietf-access-control-list:access-lists/')
self.http_headers = {
'Content-Type': 'application/json', 'Cache-Control': 'no-cache'}