Bug 1356688
Summary: | appliance_console is unable to set time-zone for america/argentina "Failed to apply timezone configuration" | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Reartes Guillermo <greartes> | |
Component: | Appliance | Assignee: | Nick Carboni <ncarboni> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | luke couzens <lcouzens> | |
Severity: | low | Docs Contact: | ||
Priority: | medium | |||
Version: | 5.6.0 | CC: | abellott, cpelland, jhardy, lcouzens, ncarboni, obarenbo, simaishi | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.8.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | appliance:cli | |||
Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1402118 (view as bug list) | Environment: | ||
Last Closed: | 2017-06-12 16:32:00 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1402118 |
Description
Reartes Guillermo
2016-07-14 17:41:25 UTC
New commit detected on ManageIQ/manageiq-gems-pending/master: https://github.com/ManageIQ/manageiq-gems-pending/commit/0dd2abf75d3b26c63e98a9af1a5eb480aca02b43 commit 0dd2abf75d3b26c63e98a9af1a5eb480aca02b43 Author: Nick Carboni <ncarboni> AuthorDate: Tue Nov 29 15:05:35 2016 -0500 Commit: Nick Carboni <ncarboni> CommitDate: Tue Nov 29 15:05:35 2016 -0500 Allow the use of all timezones in the console Previously we had some custom logic about how to find the list of timezones to display to the user. Instead of that, we can use LinuxAdmin::TimeDate.timezones to get the same list. This also allows the use of timezones which are nested more than two levels (such as America/Argentina/Buenos_Aires) https://bugzilla.redhat.com/show_bug.cgi?id=1356688 .../appliance_console/timezone_configuration.rb | 81 ++++++------------ .../timezone_configuration_spec.rb | 96 +++++++++++----------- 2 files changed, 71 insertions(+), 106 deletions(-) Verified in 5.8.0.2 |