aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-backend
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-11-01 13:17:18 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-01 13:17:18 +0000
commit56cc56687d9e8e9bec81256c1ec1caaf878e8cc8 (patch)
treeeea7eb5305901c9a8b9825f7549391bdd4f2a799 /sdc-os-chef/sdc-backend
parent21a390ee7467c046cddb20fc7351a46cae464637 (diff)
parenteff940a8f102732ecabe1b23fd8a01bf5c0ebb28 (diff)
Merge "VoltE fix - latest VNF's" into release-1.1.0
Diffstat (limited to 'sdc-os-chef/sdc-backend')
-rw-r--r--sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/import_Normatives.rb2
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