Make xenserver_facts actually work (#35821)

* Get the str value of xmlrpc.client.DateTime

* get_all_records should be used instead of get_all

* Facts returned with 'ansible_facts'

* Remove some redundant code

* Add cheese as maintainer

* Add changelog entry
This commit is contained in:
Robin Lee
2018-05-23 01:31:35 +08:00
committed by Sam Doran
parent d5dbd8c76d
commit d45b044992
3 changed files with 21 additions and 20 deletions

1
.github/BOTMETA.yml vendored
View File

@@ -268,6 +268,7 @@ files:
$modules/cloud/misc/virt_pool.py: drybjed
$modules/cloud/misc/xenserver_facts.py:
ignored: andyhky
maintainers: cheese
$modules/cloud/opennebula/: ilicmilan kustodian
$modules/cloud/openstack/: $team_openstack
$modules/cloud/openstack/os_keystone_service.py: $team_openstack SamYaple