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
This commit is contained in:
Sarafraj Singh 2017-01-12 15:39:09 -06:00 committed by Eric Fried
parent e604d87665
commit 371b589071

View File

@ -32,7 +32,7 @@ service_user_opts = [
When True, if sending a user token to an REST API, also send a service token.
Nova often reuses the user token provided to the nova-api to talk to other
REST APIs, such as Cinder and Neutron. It is possible that while the
REST APIs, such as Cinder, Glance and Neutron. It is possible that while the
user token was valid when the request was made to Nova, the token may expire
before it reaches the other service. To avoid any failures, and to
make it clear it is Nova calling the service on the users behalf, we include