Comment 11 for bug 1231254

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

Reviewed: https://review.openstack.org/48788
Committed: http://github.com/openstack/nova/commit/6d3cf9010a45edb16f28b2582eafe35666381d1f
Submitter: Jenkins
Branch: stable/folsom

commit 6d3cf9010a45edb16f28b2582eafe35666381d1f
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.

    (cherry picked from commit 280a336a07006b2c998719f2f9033d43289ec7ef)
    (cherry picked from commit 18de64748c645b32253901aa704c353e5705eadb)

    Conflicts:
     nova/virt/libvirt/driver.py

    Note that the unit test had to be tweaked to work in the backport.
    There are no functional changes however.

    Change-Id: Id6759a290ed25c9add97ac61bb7d165b3fb908b2
    Closes-Bug: 1231254