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
(cherry picked from commit 171f6b778a)
This commit is contained in:
Rodrigo Barbieri 2020-11-21 15:39:49 -03:00
parent 420da9c6e7
commit 716cc4d9ad
1 changed files with 1 additions and 0 deletions

View File

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