cinder/releasenotes/notes/validate-expired-user-tokens-40b15322197653ae.yaml
nirajsingh 826b72ea09 Add service_token for cinder-glance interaction
Service token will be passed along with user token to communicate
with services when dealing with long running tasks like Create
image by volume and Create volume by image.

Change-Id: I4504a68c83e1e2110c27e62376968cfa1950cf46
Implements: blueprint use-service-tokens
2017-12-15 12:09:26 +05:30

11 lines
567 B
YAML

---
features:
- |
Added support for Keystone middleware feature to pass service token along with
the user token for Cinder to Nova and Glance services. This will help get rid
of user token expiration issues during long running tasks e.g. creating volume
snapshot (Cinder->Nova) and creating volume from image (Cinder->Glance) etc.
To use this functionality a service user needs to be created first. Add the
service user configurations in ``cinder.conf`` under ``service_user`` group
and set ``send_service_user_token`` flag to ``True``.