heat/releasenotes/notes/remove-default-domain-from-templates-b5965242bfb78145.yaml
yanpuqing e5b00ddfaf Delete the default value of domain in role creation
The default value of domain caused the user to be unable to create
role which no domain.
The patch delete the default value of domain.

Change-Id: Ic67b22c435e29f67bafa8e14ab502ebec5b07ec5
Story: 2002671
Task: 22488
2020-11-02 08:07:34 +00:00

14 lines
548 B
YAML

---
prelude: >
There was a mismatch between the way heat create role behaved with the
templates or with the openstack CLI on what relates to the default domain
if the domain is not specified on both cases the CLI will not assign on
to the created new role but the heat templates will assign the "default"
domain
critical:
- |
Templates that creates roles but does not specify the domain will not get
a "default" domain from now on. To have a domain added to your new role
it needs to be assigned in the template.