06699f26a5
Keystone project manager role can be used for the project-level management APIs. Nova introduced the manager role in policy defaults. To introduced the manager role, we need to make migrations policies more granular. Adding the separate policies for host related operation allow us to open the migration operations to project manager role. Existing policy is checked if migration without specifying host and new policy is checked if host is specified. Same will be applied to list migrations, new policy will control to return the host info. Also, Adding doc and releasenotes. Partial implement blueprint policy-manager-role-default Change-Id: Ie7d135e4d24ac6d53c46a4c69ade0b0bda554e71 Signed-off-by: Ghanshyam Mann <gmaan@ghanshyammann.com> Signed-off-by: ghanshyam <gmaan@ghanshyammann.com>
OpenStack Nova Documentation README =================================== Both contributor developer documentation and REST API documentation are sourced here. Contributor developer docs are built to: https://docs.openstack.org/nova/latest/ API guide docs are built to: https://docs.openstack.org/api-guide/compute/ For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.