Merge "nova: Default NOVA_USE_SERVICE_TOKEN to True"

This commit is contained in:
Zuul 2021-03-23 14:44:24 +00:00 committed by Gerrit Code Review
commit 64efd9862c
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,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.