Merge "Fix small typo in 70-manila.sh"

This commit is contained in:
Jenkins 2015-01-24 14:48:04 +00:00 committed by Gerrit Code Review
commit b5edd4f9c9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if is_service_enabled manila; then
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
echo_summary "Configuring Manila"
configure_manila
echo_summary "Initialing Manila"
echo_summary "Initializing Manila"
init_manila
elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
echo_summary "Creating Manila entities for auth service"