Comment 4 for bug 1231254

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/48385
Committed: http://github.com/openstack/nova/commit/280a336a07006b2c998719f2f9033d43289ec7ef
Submitter: Jenkins
Branch: master

commit 280a336a07006b2c998719f2f9033d43289ec7ef
Author: Michael Still <email address hidden>
Date: Thu Sep 26 14:45:11 2013 +1000

    Windows instances require the timezone to be "localtime"

    This was relatively simple to fix, assuming that the image used
    to boot the windows instance has the os_type set to "windows".
    The use of os_type in this manner is consistent with the
    existing use in the Xen hypervisor driver.

    DocImpact: if you're booting windows instances, then you need to
    set the os_type image property in glance to "windows". Otherwise
    your instances will have their clock timezone set to UTC, which
    has unexpected side effects in windows.

    Change-Id: Id6759a290ed25c9add97ac61bb7d165b3fb908b2
    Closes-Bug: 1231254