Backport improvements to endpoint module

- Adds endpoint tests
- Update docs

Change-Id: Ibd647d0c2cd2f90310f381e56088e7e8e93f76fc
(cherry picked from commit 452404ee87)
This commit is contained in:
Arx Cruz
2022-04-26 14:22:59 +02:00
committed by Jakob Meng
parent 26b53e78b2
commit 7a9837dfb5
3 changed files with 97 additions and 18 deletions

View File

@@ -16,8 +16,9 @@
- role: dns
tags: dns
when: sdk_version is version(0.28, '>=')
- { role: host_aggregate, tags: host_aggregate }
- { role: endpoint, tags: endpoint }
- { role: floating_ip_info, tags: floating_ip_info }
- { role: host_aggregate, tags: host_aggregate }
- { role: identity_domain_info, tags: identity_domain_info }
- { role: identity_group_info, tags: identity_group_info }
- { role: identity_user, tags: identity_user }