diff options
author | Tim Rozet <trozet@redhat.com> | 2016-07-24 13:09:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-24 13:09:00 +0000 |
commit | d2eeee6cb797092ecd9ffbe22fac7b8f09314b5e (patch) | |
tree | f1eebb90d4885ce5f0a336e6389764d29a5f4659 /lib | |
parent | e42b3b06dd15d71844fc7fc85a69459d4aa4fc65 (diff) | |
parent | 6aa8f4716bac87e82f2a635474e31c883dd0cbb4 (diff) |
Merge "Fix tacker"
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/overcloud-deploy-functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh index 14c37247..e3fdc65f 100755 --- a/lib/overcloud-deploy-functions.sh +++ b/lib/overcloud-deploy-functions.sh @@ -199,8 +199,8 @@ 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 +if [ "${deploy_options_array['tacker']}" == 'False' ]; then + sed -i '/EnableTacker:/c\ EnableTacker: false' opnfv-environment.yaml fi source stackrc |