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:
parent
92555d4603
commit
b0e542b483
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user