openstacksdk/releasenotes/notes/update-role-property-b16e902e913c7b25.yaml
wangxiyuan 5df573b6c2 Add missing properties for role
* Domain_id is the base property for role.
* Description was added to role recently[1].

Add the support to openstacksdk.

[1]: I230af9cc833af13064636b5d9a7ce6334c3f6e9a

Change-Id: I700413c7f166c57af75a69ad65947b396ae290f9
2018-11-20 17:01:16 +08:00

6 lines
143 B
YAML

---
features:
- |
Added the newly supported ``description`` parameter and the missing
``domain_id`` parameter to ``Role`` resource.