Merge "Fix typo"

This commit is contained in:
Jenkins 2016-08-25 15:14:00 +00:00 committed by Gerrit Code Review
commit df2d57124b

View File

@ -38,7 +38,7 @@ if is_service_enabled magnum-ui; then
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
# Configure after the other layer 1 and 2 services have been configured
echo_summary "Configurng Magnum UI"
echo_summary "Configuring Magnum UI"
configure_magnum_ui
elif [[ "$1" == "stack" && "$2" == "extra" ]]; then