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:
parent
9806258ede
commit
af8508f51d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user