9281164e00
There were several release notes which are not yet released but will be in the o-2 beta so this goes through and cleans up some typos, broken links and grammar issues. Change-Id: Ic5bcf43e94e09c59b2e16807c55d84046d90c96f
11 lines
465 B
YAML
11 lines
465 B
YAML
---
|
|
features:
|
|
- |
|
|
The same policy rule (os_compute_api:os-server-groups)
|
|
was being used for all actions (show, index, delete, create)
|
|
for server_groups REST APIs. It was thus impossible to provide
|
|
different RBAC for specific actions based on roles. To address
|
|
this changes were made to have separate policy rules for each
|
|
action. The original rule (os_compute_api:os-server-groups) is
|
|
left unchanged for backward compatibility.
|