CI: use Swift for configdrive when available

We have fixed the issue with TLS settings not being respected in
8a66978666

Change-Id: Ieb79432e897686e03e54d32ea390cca29b506569
This commit is contained in:
Dmitry Tantsur 2023-12-14 09:02:22 +01:00
parent 9806258ede
commit af8508f51d
No known key found for this signature in database
GPG Key ID: 315B2AF9FD216C60

View File

@ -1526,9 +1526,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