Re: [openstack-dev] [heat][heat-templates] Creating a role with no domain

2018-06-21 Thread Zane Bitter
On 21/06/18 07:39, Rabi Mishra wrote: Looks like that's a bug where we create a domain specific role for 'default' domain[1], when domain is not specified. [1] https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/keystone/role.py#L54 You can _probably_ pass domain

Re: [openstack-dev] [heat][heat-templates] Creating a role with no domain

2018-06-21 Thread Rabi Mishra
Looks like that's a bug where we create a domain specific role for 'default' domain[1], when domain is not specified. [1] https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/keystone/role.py#L54 You're welcome to raise a bug and propose a fix where we should be just remo

[openstack-dev] [heat][heat-templates] Creating a role with no domain

2018-06-21 Thread Tikkanen, Viktor (Nokia - FI/Espoo)
Hi! There was a new 'domain' property added to OS::Keystone::Role (https://storyboard.openstack.org/#!/story/1684558, https://review.openstack.org/#/c/459033/). With "openstack role create" CLI command it is still possible to create roles with no associated domains; but it seems that the same