config: add region_name to neutron
Change-Id: I58e1dac857b2a9c0474b78220d9d3ae29f2428c0
This commit is contained in:
1 changed files with 2 additions and 0 deletions
@@ -117,6 +117,7 @@ insecure = {{ keystone_service_internaluri_insecure | bool }}
# Neutron
[neutron]
region_name = {{ nova_service_region }}
auth_type = password
default_floating_pool = public
username = {{ nova_service_user_name }}
@@ -139,6 +140,7 @@ notification_format = {% if nova_versioned_notification_enabled %}both{% else %}
{% endif %}
[placement]
region_name = {{ nova_service_region }}
auth_type = password
username = {{ nova_service_user_name }}
password = {{ nova_service_password }}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.