Merge "redfish: change default virtual media storage to local storage"

This commit is contained in:
Zuul
2024-04-21 12:16:10 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ opts = [
default='auto',
help=_('Redfish HTTP client authentication method.')),
cfg.BoolOpt('use_swift',
default=True,
default=False,
mutable=True,
help=_('Upload generated ISO images for virtual media boot to '
'Swift, then pass temporary URL to BMC for booting the '
@@ -0,0 +1,7 @@
---
upgrade:
- |
The default value for ``[redfish]use_swift`` has been changed to
``false``. This is to limit URL validation challenges presented by some
baseboard management controllers where characters in the Swift temporary
URL form are rejected by Baseboard Management Controllers.