-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
2
-
False
-
-
False
-
?
-
rhos-ops-day1day2-edpm
-
None
-
-
-
-
EDPM Sprint 20, EDPM Sprint 21
-
2
-
Moderate
Currently Heat only supports 'network' and 'qos_policy' object types when creating RBAC policies.
It would be nice to support all Neutron RBAC policy types, meaning adding: security-group, address-scope, subnetpool and address-group.
Example that would be nice to have working:
{{ rbac_secgroup: type: OS::Neutron::RBACPolicy properties: object_type: security_group object_id:
{ get_resource: my_secgroup }action: access_as_shared target_tenant:
{ get_param: project_id }}}