Add stack_info module

We lost stack_info module during transition from github. Implement it
using newer interface and add tests. Change depends on SDK change adding
missing query filters.

Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/769484
Change-Id: Ie7e6d04ea298ba068f547a53643806b6bc84f873
This commit is contained in:
Artem Goncharov
2021-01-06 12:00:12 +01:00
committed by Shnaidman Sagi
parent 049a2de725
commit 70c773fe6d
6 changed files with 169 additions and 1 deletions

View File

@@ -39,3 +39,6 @@
- { role: user_group, tags: user_group }
- { role: user_role, tags: user_role }
- { role: volume, tags: volume }
- role: orchestration
tags: orchestrate
when: sdk_version is version("0.53.0", '>=')