diff options
author | 2017-11-01 14:40:02 +0200 | |
---|---|---|
committer | 2017-11-01 14:40:02 +0200 | |
commit | eff940a8f102732ecabe1b23fd8a01bf5c0ebb28 (patch) | |
tree | 5662ca7823d80f8fa4677fcb99173b934e75b91a /sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives | |
parent | e0187c530a8244f68d7afa63037c76bb10dce201 (diff) |
VoltE fix - latest VNF's
Change-Id: I26f9117ca4aafdf46832fdd6d6349e07d8a6368f
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives')
-rw-r--r-- | sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/import_Normatives.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/import_Normatives.rb b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/import_Normatives.rb index 58a3ef70af..ba72dab34b 100644 --- a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/import_Normatives.rb +++ b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/import_Normatives.rb @@ -11,7 +11,7 @@ bash "import-normatives" do cd normatives/scripts/import/tosca/ /bin/chmod +x importNormativeAll.py # add --debug=true to the importNormativeAll.py arguments to enable debug - python importNormativeAll.py --debug=true -i localhost > /var/lib/jetty/logs/importNormativeAll.log + python importNormativeAll.py -i localhost > /var/lib/jetty/logs/importNormativeAll.log EOH end |