ansible/cloud/openstack
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
..
__init__.py Add an __init__.py file in openstack/ 2015-12-17 12:26:33 +01:00
os_keystone_domain.py Fix exception output for os_keystone_domain. 2016-01-19 12:17:36 -05:00
os_project.py Fix instantiation of openstack_cloud object in os_project 2016-03-03 16:34:23 +01:00