Add region information to nova section
In multi-region clouds, Neutron needs to understand which Nova region it should send notification events to, otherwise its not able to consistently resolve the correct Nova API endpoint to use to send port creation notifications to. Add region_name to nova section based on configuration of charm. Closes-Bug: 1594602 Change-Id: If4d6ba41a064bc93eaa32efcd524fea6f0891275
This commit is contained in:
parent
417e0e4f38
commit
9e12acb3b8
@ -1,5 +1,6 @@
|
||||
[nova]
|
||||
auth_section = keystone_authtoken
|
||||
region_name = {{ region }}
|
||||
{% if use_internal_endpoints -%}
|
||||
endpoint_type = internal
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user