ansible/cloud
Ricardo Carrillo Cruz 68d906e8c4 Fix instantiation of openstack_cloud object in os_project
The os_project module instantiates the openstack cloud object
by passing the module params kwargs.
As the params contain a key named 'domain_id', this is used
for domain in the OpenStack connection, instead of the domain value
the user specifies on the OSCC clouds.yaml or OpenStack envvars.
This fix corrects this by popping the 'domain_id' key, so it we
keep the value but it's not passed later on module.params.
2016-03-03 16:34:23 +01:00
..
amazon Don't call sys.exit in sns_topic, use HAS_BOTO to fail 2016-03-01 14:22:28 -06:00
centurylink added missing : to docs 2015-11-02 14:19:11 -05:00
cloudstack cloudstack: cs_instance: implement updating security groups 2016-02-03 14:17:33 +01:00
docker fixed misppelled description 2016-02-08 12:07:58 -05:00
google added version_added to new feature, removed unused aliases 2015-10-22 08:31:49 -04:00
lxc Replace choices=BOOLEANS by type='bool', fix #1326 2015-12-21 23:39:20 +01:00
misc Fix opening libvirt esx connection 2016-02-10 18:52:08 -08:00
openstack Fix instantiation of openstack_cloud object in os_project 2016-03-03 16:34:23 +01:00
profitbricks Merge pull request #805 from StackPointCloud/module/profitbricks-volume-actions 2015-08-26 07:23:46 -04:00
rackspace Merge pull request #268 from smashwilson/rax_clb_ssl 2015-07-02 09:27:55 -05:00
vmware Merge pull request #1621 from jcpowermac/vmware_dvswitch_fix_20 2016-03-01 00:16:00 -05:00
webfaction Choices should be a list of true/false not the string BOOLEANS 2016-03-01 16:18:30 -06:00
__init__.py package files 2014-09-26 11:04:10 -04:00
xenserver_facts.py sys.exit removal for cloud/xenserver_facts.py 2015-10-05 13:22:32 -05:00