diff --git a/templates/parts/section-neutron b/templates/parts/section-neutron index a23d8a5d..521fc707 100644 --- a/templates/parts/section-neutron +++ b/templates/parts/section-neutron @@ -1,5 +1,8 @@ [neutron] url = {{ neutron_url }} +{% if region -%} +region_name = {{ region }} +{% endif -%} {% if auth_host -%} auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }} auth_type = password