Set admin url endpoints insecure flag for nova client

In case the keystone admin endpoint uses SSL and self-signed
certificates, it should not try to verify the certificates.

Change-Id: Ia0b4c750f484c44fcdc700e1d1c4edcdb0ad2fd7
Closes-Bug: 1808335
This commit is contained in:
Christian Zunker 2018-12-13 14:06:44 +01:00
parent c5a9a8b2c2
commit 982b051246
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 }}