Merge "Adding tacker support"
authorTim Rozet <trozet@redhat.com>
Fri, 22 Jul 2016 02:41:29 +0000 (02:41 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Fri, 22 Jul 2016 02:41:29 +0000 (02:41 +0000)
1  2 
lib/overcloud-deploy-functions.sh
lib/post-install-functions.sh

@@@ -199,12 -197,12 +199,16 @@@ if [ "$debug" == 'TRUE' ]; the
      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
 +if ! sudo systemctl status openstack-swift-proxy > /dev/null; then
 +  sudo systemctl restart openstack-swift-proxy
 +fi
  echo "Uploading overcloud glance images"
  openstack overcloud image upload
  
Simple merge