Fix small typo in 70-manila.sh
Fixes a small typo in 70-manila.sh Change-Id: Idf14b824a7fdcdcc05b1ac7dd834358f8d63e884 Signed-off-by: Deepak C Shetty <deepakcs@redhat.com>
This commit is contained in:
parent
f840c3e19b
commit
30517b05c7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user