Merge "Always configure [DEFAULT] auth_strategy"

This commit is contained in:
Zuul 2023-03-03 16:25:57 +00:00 committed by Gerrit Code Review
commit 1ef4ab6ebd

View File

@ -152,10 +152,10 @@ server.")
max_request_body_size => $max_request_body_size,
}
manila_config {
'DEFAULT/auth_strategy': value => $auth_strategy;
}
if $auth_strategy == 'keystone' {
manila_config {
'DEFAULT/auth_strategy': value => $auth_strategy;
}
include manila::keystone::authtoken
}