Always deploy placement authtoken config
The placement service is required, nova cannot start without it, so we must always configure the authtoken even if the flag to deploy the integrated nova-placement-api is disabled. This will enable the ability to move placement into a separate service, disable the nova-placement-api deployment, yet still configure the required authtoken in nova.conf. Depends-On: I58788af6f02a4b339a270dff69a86ce7cdea41d3 Change-Id: I4619d333187a0e96c1b60fe2f203df0838c12059
This commit is contained in:
parent
00e30808b3
commit
fd6da36ab5
@ -167,9 +167,6 @@ notify_on_state_change = vm_and_task_state
|
|||||||
notification_format = {% if nova_versioned_notification_enabled %}both{% else %}unversioned{% endif %}
|
notification_format = {% if nova_versioned_notification_enabled %}both{% else %}unversioned{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% if nova_placement_service_enabled | bool %}
|
|
||||||
# Placement
|
|
||||||
[placement]
|
[placement]
|
||||||
region_name = {{ nova_placement_service_region }}
|
region_name = {{ nova_placement_service_region }}
|
||||||
valid_interfaces = {{ nova_placement_service_interface }}
|
valid_interfaces = {{ nova_placement_service_interface }}
|
||||||
@ -181,7 +178,6 @@ user_domain_name = {{ nova_placement_service_user_domain_id }}
|
|||||||
project_domain_name = {{ nova_placement_service_project_domain_id }}
|
project_domain_name = {{ nova_placement_service_project_domain_id }}
|
||||||
auth_url = {{ keystone_service_adminurl }}
|
auth_url = {{ keystone_service_adminurl }}
|
||||||
insecure = {{ keystone_service_adminuri_insecure | bool }}
|
insecure = {{ keystone_service_adminuri_insecure | bool }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
[conductor]
|
[conductor]
|
||||||
workers = {{ nova_conductor_workers | default(nova_api_threads) }}
|
workers = {{ nova_conductor_workers | default(nova_api_threads) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user