forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XenServer: Minor bug fixes 2 (ansible#54697)
- xenserver module_util: fixed comment in set_vm_power_state(). - xenserver module_util: renamed cdrom.iso VM fact to cdrom.iso_name in gather_vm_facts() to be in line with module parameter of same name. - xenserver module_util: sorted IPv6 addresses by their OS index in gather_vm_facts(). - xenserver_guest module: fixed a bug in deploy() where an error message would not be shown when VM name is empty and check mode is used. - xenserver_guest module: fixed a bug in destroy() where VM would be shut down by error when check mode is used. - xenserver_guest module: fixed a bug in get_changes() where wrong out-of-bound disk position would be shown in error message when CD-ROM device occupies last position. - xenserver_guest module: assume value "none" for "networks.type" and "networks.type6" module parameters in get_changes() when no value is found in xenstore_data (custom customization agent). - xenserver_guest module: added separate error message in get_changes() for a case when maximum number of network interfaces is reached. - xenserver_guest module: negative value for disk size in get_normalized_disk_size() now properly shows an error.
- Loading branch information
Showing
2 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters