mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-25 17:24:28 +00:00
Switch to SDK's cloud layer function search_domains which allows us to reduce our code. Added integration test for this module. Change-Id: Ic7915fd3334266783ea5e9d442ef304fa734ca00
10 lines
211 B
YAML
10 lines
211 B
YAML
domain_name: domain_info_test_domain
|
|
unexistent_domain_name: domain_info_unexistent_domain
|
|
disabled_domain_name: test_domain_disabled
|
|
domain_info_fields:
|
|
- description
|
|
- id
|
|
- is_enabled
|
|
- name
|
|
- links
|