Merge "fixed spelling of 'Bootstrapping' in tools/kolla-ansible" into stable/stein

This commit is contained in:
Zuul 2019-07-08 15:10:11 +00:00 committed by Gerrit Code Review
commit 897f0cae08

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"
;;