Add note about windows image timezone
As per the bug report, if you don't set os_type=windows during upload, bad things happen. This patch adds a note that says as such. Change-Id: I0ef2136b4d9e0af56afac62ce5aac8671e03f6cb Closes-Bug: 1239828
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
>a collection of resources</link> for managing OpenStack Windows virtual machine
|
||||
guests.</para>
|
||||
</simplesect>
|
||||
|
||||
|
||||
<simplesect>
|
||||
<title>Windows instances require the timezone to be "localtime"</title>
|
||||
<para>When uploading Windows images, you must set the <literal>os_type</literal>
|
||||
parameter to <literal>windows</literal>, which causes instances to use the
|
||||
local time zone.
|
||||
Failing to set this will cause the clock timezone to be UTC, which has unexpected
|
||||
side effects in Windows.</para>
|
||||
</simplesect>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user