If one interrupts quickstart.sh via ^C, it will erroneously display the help output re: how to log in to the undercloud and continue the deploy. Need to figure out why the ^C is resulting in failure code from ansible-playbook (which would then cause the script to exit because of our set -e).
If one interrupts
quickstart.sh
via^C
, it will erroneously display the help output re: how to log in to the undercloud and continue the deploy. Need to figure out why the^C
is resulting in failure code fromansible-playbook
(which would then cause the script to exit because of ourset -e
).