1a2e660bc8
This allows glance to consume TLS openstack endpoints. Jobs consume openstack endpoints, typically identity endpoints. And glance itself interact with other openstack services via endpoints. Change-Id: I35ab5d1bbaa20bfc73d0dc7af2710ca1d14b0627
13 lines
189 B
YAML
13 lines
189 B
YAML
---
|
|
endpoints:
|
|
identity:
|
|
auth:
|
|
admin:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
test:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
|
|
tls:
|
|
identity: true
|
|
...
|