community.general/lib/ansible/modules/cloud
Cody Boggs 1c11a35f70 Fix orphan resource pool crash (Issue #24078) (#24079)
Fixes issue [#24078](https://github.com/ansible/ansible/issues/24078)

Resource pools are retrieved from VSphere regardless of the state of the `resource_pool` parameter. During this process, each retrieved Resource Pool is checked for the `parent` attribute, and if it exists, the currently-scoped parent object is compared against the Resource Pool's parent object. The method doing the check, however, `assert`s that the parent object is not `None`. In some cases, a Resource Pool will have the `parent` attr, but that `parent` object will be `None`, causing the `assert` to fail.

This should avoid that. :-)
2017-04-28 15:14:05 -04:00
..
amazon Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
atomic Atomic containers (#21366) 2017-04-26 08:21:08 -07:00
azure Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
centurylink spelling fixes (non-trivial, might catch a bug) (#23646) 2017-04-26 13:14:34 +01:00
cloudscale E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
cloudstack Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
digital_ocean E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
dimensiondata Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
docker Rename fact returned by docker_network to avoid restricted prefix (#23919) 2017-04-28 08:45:53 -05:00
google Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
linode Add support for custom kernelid specification in Linode module 2017-04-04 10:50:39 -07:00
lxc Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
lxd Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
misc Fix errors reported by pylint. (#23282) 2017-04-06 16:58:16 -07:00
openstack Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ovh New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ovirt Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
packet Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
profitbricks E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
pubnub Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
rackspace New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
smartos New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
softlayer E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
univention New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
vmware Fix orphan resource pool crash (Issue #24078) (#24079) 2017-04-28 15:14:05 -04:00
webfaction E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00