Merge "Adding tacker support"
[apex.git] / lib / overcloud-deploy-functions.sh
index 0c3f9d4..14c3724 100755 (executable)
@@ -199,6 +199,10 @@ if [ "$debug" == 'TRUE' ]; then
     LIBGUESTFS_BACKEND=direct virt-customize -a overcloud-full.qcow2 --root-password password:opnfvapex
 fi
 
+if [ "${deploy_options_array['tacker']}" == 'True' ]; then
+    sed -i '/EnableTacker/\\c  EnableTacker: true' opnfv-environment.yaml
+fi
+
 source stackrc
 set -o errexit
 # Workaround for APEX-207 where sometimes swift proxy is down