diff options
author | Manuel Buil <mbuil@suse.com> | 2017-07-31 12:46:12 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-07-31 12:46:12 +0200 |
commit | 5e337249ef9ad6252ab9fe94c47dce6f9799e349 (patch) | |
tree | 716c9f383789634261d255716369f3e5539c3551 /vnfmgr/vnfmgr_odl | |
parent | c444d00078d19bc5f0cd387213e78bdf6b3795bb (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>
Diffstat (limited to 'vnfmgr/vnfmgr_odl')
-rwxr-xr-x | vnfmgr/vnfmgr_odl/vnfmgr_odl.py | 2 |
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'} |