summaryrefslogtreecommitdiff
path: root/releasenotes/notes/validate-expired-user-tokens-glance-440c36887286b52f.yaml
blob: 8d769b7f15b9105e10cdc06f0e8d67112ec24bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Added support for Keystone middleware feature for interaction of Nova with
    the Glance API. With this support, if service token is sent along with the
    user token, then the expiration of user token will be ignored. In order to
    use this functionality a service user needs to be created first.
    Add the service user configurations in ``nova.conf`` under ``service_user``
    group and set ``send_service_user_token`` flag to ``True``.

    .. note:: This feature is already implemented for Nova interaction with the
      Cinder and Neutron APIs in Ocata.