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:
parent
e604d87665
commit
371b589071
@ -32,7 +32,7 @@ service_user_opts = [
|
|||||||
When True, if sending a user token to an REST API, also send a service token.
|
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
|
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
|
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
|
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
|
make it clear it is Nova calling the service on the users behalf, we include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user