1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules
Colleen Murphy 352815ecbb Add domain_id parameter to openstack os_group (#20609)
Previously, the os_group module did not have any way to specify under
which domain a group should be created. This meant that a group could
only be created for the default domain. The keystone API supports the
domain_id parameter for group creation[1] as does the shade library[2]
so this patch adds the support in the ansible module.

[1] http://developer.openstack.org/api-ref/identity/v3/index.html?expanded=create-group-detail#create-group
[2] http://docs.openstack.org/infra/shade/usage.html#shade.OperatorCloud.create_group
2017-02-23 10:57:07 +01:00
..
cloud Add domain_id parameter to openstack os_group (#20609) 2017-02-23 10:57:07 +01:00
clustering use safe load instead 2017-02-21 17:45:46 -05:00
commands YAML fixes for examples in additional modules 2017-02-15 13:01:43 -08:00
crypto Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
database Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
files Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
identity IPA: Remove duplicated code and fix a bug that occurs if empty lists were passed and IPA didn't know the value before (#19210) 2017-02-08 14:16:44 +00:00
inventory Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
messaging no log passwords (#21229) 2017-02-10 15:13:59 -05:00
monitoring Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
network Fortios_config PR (#21409) 2017-02-23 10:01:31 +01:00
notification Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
packaging Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
remote_management Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
source_control Add validate_certs options to gitlab_user and gitlab_group modules (#21415) 2017-02-20 10:43:36 +01:00
storage Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
system Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
utilities Revert syntax change of set_fact example for strings and booleans. (#21819) 2017-02-23 10:15:32 +01:00
web_infrastructure Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
windows #21440. Module Win_Regedit, pipe all calls to New-ItemProperty and Get-ItemProperty (when not stored as variable) to Out-Null (#21771) 2017-02-22 17:44:50 -08:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00