Commit Graph

5 Commits (c215bff12ef47d8f0a01c086f531f6185443f0a5)

Author SHA1 Message Date
Ricardo Carrillo Cruz b560a764c0 Allow passing domain name on os_project 9 years ago
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.
9 years ago
Brian Coca fa11718c0f fixed domain_id to actually be supported
also added domain as an alias
alt fixes #1437
9 years ago
Alberto Gireud c9e4c32f41 Fix return documentation 9 years ago
Alberto Gireud b01f083ec3 Add openstack project module 9 years ago