Add the ability to set the cluster timezone instead of default UTC
Bug #1497363 reported by
Eric
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Triaged
|
Low
|
Fuel Sustaining |
Bug Description
By default when deploying a cluster using FUEL theere is not a way to set the cluster timezone and by default it is set to UTC. It would be good to have a master environment setting to set the timezone of the servers in the cluster.
Changed in fuel: | |
status: | Confirmed → Triaged |
importance: | Wishlist → Low |
tags: | added: area-python |
Changed in fuel: | |
milestone: | 9.0 → 10.0 |
Changed in fuel: | |
assignee: | Fuel Python (Deprecated) (fuel-python) → Fuel Sustaining (fuel-sustaining-team) |
To post a comment you must log in.
Actually, it's possible to change timezone to be set at nailgun settings.
https:/ /github. com/stackforge/ fuel-web/ blob/master/ nailgun/ nailgun/ settings. yaml#L168
It requires a bit of manual intervention:
1) you need to log into nailgun docker container
2) populate settings.yaml with preffered timezone
3) restart nailgun
That change will be applied only to newly created environments, older environments still continue to use default timezone.