Rename service_workflow_tasks into workflow_tasks
[apex-tripleo-heat-templates.git] / releasenotes / notes / api-policy-4ca739519537f6f4.yaml
1 ---
2 features:
3   - |
4     TripleO is now able to configure role-based access API policies with new
5     parameters for each API service.
6     For example, Nova API service has now NovaApiPolicies and the value
7     could be { nova-context_is_admin: { key: context_is_admin, value: 'role:admin' } }
8     It will configure /etc/nova/policy.json file and configure context_is_admin
9     to true. Puppet will take care of this configuration and API services are
10     restarted when the file is touched.
11     We're also adding augeas resource to the list of Puppet providers that
12     container deployments grab in the catalog to generate configurations, so
13     this feature can be used when deploying TripleO in containers.