This patch fixes typo.

Change-Id: I06752205c7947f6b8d90c17ed1fd7c94acf15555
This commit is contained in:
Shu Muto 2016-08-25 11:29:58 +09:00
parent 893ec15660
commit f9fcd8ba3f
1 changed files with 1 additions and 1 deletions

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