Comment 3 for bug 1686830

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/ocata)

Reviewed: https://review.openstack.org/464214
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=b78becb060b69e353510fabb2f682bf6caa2f961
Submitter: Jenkins
Branch: stable/ocata

commit b78becb060b69e353510fabb2f682bf6caa2f961
Author: Eduardo Gonzalez <email address hidden>
Date: Fri Apr 28 01:03:28 2017 +0200

    Fix Incorrect timezone in ubuntu horizon images

    Ubuntu removed tzdata and locales from docker images by default,
    this is causing horizon to not come up failing
    setting timezone:
    ```ValueError: Incorrect timezone setting: UTC```

    Change-Id: I5bbc4d949ed481d1f6629dbb2f5edad174a36e63
    Closes-Bug: #1686830
    (cherry picked from commit 1aca75111df1fbf65908fecd01a695699c7833a1)