ironic/releasenotes/notes/zero-temp-url-c21e208f8933c6f6.yaml
Dmitry Tantsur 2039138cfe Do not try to create temporary URLs with zero lifetime
A new option is introduced for that, which defaults to the deploy timeout
if it is set and to 1800 seconds if it is not.

Change-Id: I10e02919e40d25bd4411f2b6f98f9317d1cfb187
Story: #1653112
Task: #9707
2019-04-15 14:27:36 +02:00

8 lines
274 B
YAML

---
fixes:
- |
No longer tries to create a temporary URL with zero lifetime if the
``deploy_callback_timeout`` option is set to zero. The default of 1800
seconds is used in that case. Use the new
``configdrive_swift_temp_url_duration`` option to override.