Set disable_ssl_certificate_validation to true to deal with self-signed certs

This commit is contained in:
Corey Bryant
2020-04-30 14:54:20 +00:00
parent 9e3b2f7416
commit 8a39e07cbf
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ uri = {proto}://{keystone}:5000/v2.0
auth_version = v2
admin_role = Admin
region = RegionOne
disable_ssl_certificate_validation = true
[identity-feature-enabled]
api_v2 = true

View File

@@ -38,6 +38,7 @@ admin_role = Admin
region = RegionOne
default_domain_id = {default_domain_id}
admin_domain_scope = true
disable_ssl_certificate_validation = true
[identity-feature-enabled]
api_v2 = false