cca24538d4
This change adds an undercloud_timezone configuration that can be used to configure the timezone when we install the undercloud. Change-Id: I5dcf3250a181c3614189618b9bae62e466b00275 Related-Bug: #1784068
13 lines
543 B
YAML
13 lines
543 B
YAML
---
|
|
features:
|
|
- |
|
|
Host timezone can be managed during the undercloud installation. The default
|
|
timezone is the timezone already configured for the system. The timezone
|
|
can be configured by setting undercloud_timezone in undercloud.conf
|
|
upgrade:
|
|
- |
|
|
Host timezone can be managed during the undercloud upgrade. The default
|
|
timezone is the timezone already configured for the system. The timezone
|
|
can be configured by setting undercloud_timezone in undercloud.conf and it
|
|
is recommended to set this going forward.
|