nova/releasenotes/notes/validate-expired-user-tokens-glance-440c36887286b52f.yaml
Sarafraj Singh 6211009e55 Add service_token for nova-glance interaction
Service token will be passed along with user token to communicate with
services when dealing with long running tasks like snapshots.

Change-Id: Ib61e045742fc98f5ff86f6aaab23ad7505c3ee07
Implements: blueprint use-service-tokens-pike
2017-06-07 20:11:06 +00:00

13 lines
591 B
YAML

---
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.