fixed spelling of 'Bootstrapping' in tools/kolla-ansible

'Bootstrapping' was spelt with one p - added the second p so the
word becomes a verb nicely.

TrivialFix

Change-Id: I126a5c253408af70d6d0a3be6e59270f385a00e3
This commit is contained in:
Raimund Hook 2019-04-26 11:44:22 +01:00
parent 92555d4603
commit b0e542b483

View File

@ -296,7 +296,7 @@ EOF
fi
;;
(bootstrap-servers)
ACTION="Bootstraping servers"
ACTION="Bootstrapping servers"
PLAYBOOK="${BASEDIR}/ansible/kolla-host.yml"
EXTRA_OPTS="$EXTRA_OPTS -e kolla_action=bootstrap-servers"
;;