Sync charm-helpers for commit e7450c6

Updating nova-cloud-controller nova.conf
[placement] template with appropriate
region_name variable for recent
OpenStack versions where os_region_name
was deprecated and removed.

Change-Id: I1a15aee31cf9a43751f987f8588ac40ec27b7fa6
This commit is contained in:
Rodrigo Barbieri 2020-11-21 15:39:49 -03:00
parent 25da3180b5
commit 171f6b778a

View File

@ -15,5 +15,6 @@ password = {{ admin_password }}
{% endif -%}
{% if region -%}
os_region_name = {{ region }}
region_name = {{ region }}
{% endif -%}
randomize_allocation_candidates = true