You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 years ago
..
amazon Don't call sys.exit in sns_topic, use HAS_BOTO to fail 10 years ago
centurylink added missing : to docs 10 years ago
cloudstack cloudstack: cs_instance: implement updating security groups 10 years ago
docker fixed misppelled description 10 years ago
google added version_added to new feature, removed unused aliases 10 years ago
lxc Replace choices=BOOLEANS by type='bool', fix #1326 10 years ago
misc Fix opening libvirt esx connection 10 years ago
openstack Fix instantiation of openstack_cloud object in os_project 10 years ago
profitbricks Merge pull request #805 from StackPointCloud/module/profitbricks-volume-actions 10 years ago
rackspace Merge pull request #268 from smashwilson/rax_clb_ssl 11 years ago
vmware Merge pull request #1621 from jcpowermac/vmware_dvswitch_fix_20 10 years ago
webfaction Choices should be a list of true/false not the string BOOLEANS 10 years ago
__init__.py package files 11 years ago
xenserver_facts.py sys.exit removal for cloud/xenserver_facts.py 10 years ago