Update identity_role_info for latest openstacksdk release

- Stop checking for to_dict, breaking compatibility with older sdk
  releases
- Updates RETURN doc string with all the returned fields
- Adds a new identity_role_info role to test the identity_role_info
  module.
- Change the name of the module return value to remove 'openstack_'
  prefix

Change-Id: If8a1145a31d685d41367383930e6fd08d64c6ae8
This commit is contained in:
Rafael Castillo
2022-02-09 07:03:22 -07:00
committed by Jakob Meng
parent fdf4999747
commit 1d22a94a90
5 changed files with 103 additions and 30 deletions

View File

@@ -20,6 +20,7 @@
- { role: identity_user, tags: identity_user }
- { role: identity_user_info, tags: identity_user_info }
- { role: identity_role, tags: identity_role }
- { role: identity_role_info, tags: identity_role_info }
- { role: image, tags: image }
- { role: keypair, tags: keypair }
- { role: keystone_domain, tags: keystone_domain }