Drop nova_placement_service_enabled variable

Since pacement is dropped out from nova, we can remove this variable.

Change-Id: I3172b0f9080749f77917bed0bbd85b8437c61840
This commit is contained in:
Dmitriy Rabotyagov 2019-08-30 13:36:16 +03:00
parent 587ccf7c64
commit e786dad199

View File

@ -67,7 +67,3 @@ nova_reserved_host_disk_mb: 0
neutron_designate_enabled: "{{ hostvars['localhost']['neutron_designate_enabled'] }}"
# If there are any Ceilometer hosts in the environment, then enable its usage
neutron_ceilometer_enabled: "{{ hostvars['localhost']['neutron_ceilometer_enabled'] }}"
# TODO(logan): Remove this once placement is removed from os_nova
# Placement is now implemented as a separate service
nova_placement_service_enabled: False