summaryrefslogtreecommitdiff
path: root/releasenotes/notes/enable-enforce-scope-and-new-defaults-ef543183e6c2eabb.yaml
blob: dcfdf7a7e0c47ba8aba2a450a254dd27937839e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
upgrade:
  - |
    The Glance service enables the API policies (RBAC) new defaults and scope by
    default. The Default value of config options ``[oslo_policy] enforce_scope``
    and ``[oslo_policy] oslo_policy.enforce_new_defaults`` have been changed
    to ``True``.

    If you want to disable them then modify the below config options value in
    ``glance-api.conf`` file::

      [oslo_policy]
      enforce_new_defaults=False
      enforce_scope=False