aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-07-31 13:54:42 +0200
committerBrady Johnson <bjohnson@inocybe.com>2017-07-31 14:17:42 +0000
commitdbc4c0600620d62cc20a80c3402fe701b5091d72 (patch)
treec83db141285e2369d91c2b90bd0644a549e98826
parent5e337249ef9ad6252ab9fe94c47dce6f9799e349 (diff)
Bug fix: directory name with samples is wrong
Change-Id: I1daf36835441dff9af34d0db0193ed8155bf4b72 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 7607bd07..c7410f2f 100755
--- a/vnfmgr/vnfmgr_odl/vnfmgr_odl.py
+++ b/vnfmgr/vnfmgr_odl/vnfmgr_odl.py
@@ -26,7 +26,7 @@ class Context(object):
"""
def __init__(self):
- self.rest_path_prefix = 'sampleConfig'
+ self.rest_path_prefix = 'sample_config'
self.rest_path_sf = 'RestConf-SFs-HttpPut.json'
self.rest_path_sf_sel = 'RestConf-SFselect-HttpPut.json'
self.rest_path_sfc = 'RestConf-SFCs-HttpPut.json'