Merge "redfish: change default virtual media storage to local storage"
This commit is contained in:
commit
1cefbbcc75
ironic/conf
releasenotes/notes
@ -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.
|
Loading…
x
Reference in New Issue
Block a user