File: service_role-added-to-context-class-4b9583aaaabd37e0.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    New attribute ``is_service_role`` is added to the
    ``neutron_lib.context.ContextBase`` class. This attribute indicates if the
    context belongs to the service user which is used in the new secure RBAC
    policies for service to service communication.
deprecations:
  - |
    Atrribute ``is_advscv`` from the ``neutron_lib.context.ContextBase`` class
    is deprecated and ``is_service_role`` should be used instead.