Merge "Certificate path get from environment"
authorDan Timoney <dtimoney@att.com>
Mon, 28 Oct 2019 15:03:55 +0000 (15:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 28 Oct 2019 15:03:55 +0000 (15:03 +0000)
installation/sdnc/src/main/scripts/installCerts.py

index 17ada4c..4afc4b6 100644 (file)
@@ -26,7 +26,7 @@ import time
 import zipfile
 import shutil
 
-Path = "/tmp"
+Path = os.environ['ODL_CERT_DIR']
 
 zipFileList = []