diff options
Diffstat (limited to 'functions.sh')
-rwxr-xr-x | functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh index 1a07ec0..6740ca2 100755 --- a/functions.sh +++ b/functions.sh @@ -183,7 +183,7 @@ if [ ! -d "${PROJECT_ROOT}/engine" ]; then ${PROJECT_ROOT}/engine/engine fi cd ${PROJECT_ROOT}/engine/engine -./deploy.sh -s ironic -d centos7 \ +./deploy.sh -s ironic -d ${DISTRO} \ -p file:///${PROJECT_ROOT}/engine/engine/pdf.yaml \ -i file:///${PROJECT_ROOT}/engine/engine/idf.yaml EOF |