nova: Default NOVA_USE_SERVICE_TOKEN to True
Introduced in devstack by I2d7348c4a72af96c0ed2ef6c0ab75d16e9aec8fc and long tested by nova-next this enabled by most deployment tools by default now and should be enabled by default in devstack. Change-Id: Ia76b96fe87d99560db947a59cd0660aab9b05335
This commit is contained in:
2
lib/nova
2
lib/nova
@@ -135,7 +135,7 @@ fi
|
|||||||
# ``NOVA_USE_SERVICE_TOKEN`` is a mode where service token is passed along with
|
# ``NOVA_USE_SERVICE_TOKEN`` is a mode where service token is passed along with
|
||||||
# user token while communicating to external RESP API's like Neutron, Cinder
|
# user token while communicating to external RESP API's like Neutron, Cinder
|
||||||
# and Glance.
|
# and Glance.
|
||||||
NOVA_USE_SERVICE_TOKEN=$(trueorfalse False NOVA_USE_SERVICE_TOKEN)
|
NOVA_USE_SERVICE_TOKEN=$(trueorfalse True NOVA_USE_SERVICE_TOKEN)
|
||||||
|
|
||||||
# ``NOVA_ALLOW_MOVE_TO_SAME_HOST`` can be set to False in multi node DevStack,
|
# ``NOVA_ALLOW_MOVE_TO_SAME_HOST`` can be set to False in multi node DevStack,
|
||||||
# where there are at least two nova-computes.
|
# where there are at least two nova-computes.
|
||||||
|
Reference in New Issue
Block a user