cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
670 stars 227 forks source link

Fixed boolean configurations in Logon.ps1 #333

Closed ader1990 closed 4 years ago

ader1990 commented 4 years ago

The following configurations were defaulted to wrong values, as they were boolean, but were treated as string.

[default]
enable_shutdown_without_logon=False
enable_ping_requests=False
enable_ipv6_eui64=False

[cloudbase_init]
cloudbase_init_use_local_system=False

If none of these config values were set in the config file, there was no regression. If any config value was set, they were considered True even if the config value was False (False as a string is True).

Fixes https://github.com/cloudbase/windows-openstack-imaging-tools/issues/330

AppVeyorBot commented 4 years ago

:white_check_mark: Build windows-openstack-imaging-tools 1.0.222 completed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/050b96af59 by @ader1990)