Merge "Set admin url endpoints insecure flag for nova client"

This commit is contained in:
Zuul 2018-12-21 11:57:13 +00:00 committed by Gerrit Code Review
commit 8ab225697f
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ ipv6_ptr_zone_prefix_size = {{ neutron_ipv6_ptr_zone_prefix_size }}
{% endif %}
[nova]
insecure = {{ keystone_service_adminuri_insecure | bool }}
auth_type = {{ nova_keystone_auth_plugin }}
auth_url = {{ keystone_service_adminurl }}
region_name = {{ nova_service_region }}