openstack-manuals/doc/arch-design-draft/source/operator-requirements-policy-management.rst
daz bc05b757da [arch-design-draft] Reorganise operators requirements chapter
1. Split sections into separate files
2. Consolidate hardware content from the current guide
3. Consolidate software content from the current guide

Change-Id: I5edf204d88ea5622c656fe58699260e31fb9b7d3
Implements: blueprint arch-guide-mitaka-reorg
2016-01-18 15:09:13 +01:00

627 B

Policy management

OpenStack provides a default set of Role Based Access Control (RBAC) policies, defined in a policy.json file, for each service. Operators edit these files to customize the policies for their OpenStack installation. If the application of consistent RBAC policies across sites is a requirement, then it is necessary to ensure proper synchronization of the policy.json files to all installations.

This must be done using system administration tools such as rsync as functionality for synchronizing policies across regions is not currently provided within OpenStack.