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:
@@ -15,5 +15,6 @@ password = {{ admin_password }}
|
||||
{% endif -%}
|
||||
{% if region -%}
|
||||
os_region_name = {{ region }}
|
||||
region_name = {{ region }}
|
||||
{% endif -%}
|
||||
randomize_allocation_candidates = true
|
||||
|
||||
Reference in New Issue
Block a user