Set disable_ssl_certificate_validation to true to deal with self-signed certs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user