diff options
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 1c3a5104..a4c47df9 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -24,6 +24,9 @@ case "$1" in ;; esac +#changing the target to the openstack release we want to deploy. +sed -i -- "s|mitaka|$2|g" ./bundles.yaml + case "$3" in 'orangepod1' ) # As per your lab vip address list be deafult uses 10.4.1.11 - 10.4.1.20 |