diff options
-rw-r--r-- | jjb/apex/apex.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index ec9173d95..afa46977c 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -662,7 +662,7 @@ if [ -e /etc/opnfv-apex/${DEPLOY_SCENARIO}.yaml ]; then sudo opnfv-deploy -i /root/inventory/pod_settings.yaml \ -d /etc/opnfv-apex/${DEPLOY_SCENARIO}.yaml \ - -n /root/network_settings.yaml + -n /root/network/network_settings.yaml else echo "File does not exist /etc/opnfv-apex/${DEPLOY_SCENARIO}.yaml" exit 1 |