Merge "CI: use Swift for configdrive when available"

This commit is contained in:
Zuul 2023-12-29 23:31:04 +00:00 committed by Gerrit Code Review
commit 2403cd6041
1 changed files with 1 additions and 3 deletions

View File

@ -1529,9 +1529,7 @@ function configure_ironic {
# Set fast track options
iniset $IRONIC_CONF_FILE deploy fast_track $IRONIC_DEPLOY_FAST_TRACK
# FIXME(dtantsur): configdrive downloading code does not respect IPA TLS
# configuration, not even ipa-insecure.
if is_service_enabled swift && [[ "$SWIFT_ENABLE_TEMPURLS" == "True" ]] && ! is_service_enabled tls-proxy; then
if is_service_enabled swift && [[ "$SWIFT_ENABLE_TEMPURLS" == "True" ]]; then
iniset $IRONIC_CONF_FILE deploy configdrive_use_object_store True
fi