ca6677457e
This allows placement to consume TLS openstack endpoints. Jobs consume openstack endpoints, typically identity endpoints. And placement itself interact with other openstack services via endpoints. Change-Id: I1a44844826eec4f6238f9b37064ccadcdcc7336a
13 lines
194 B
YAML
13 lines
194 B
YAML
---
|
|
endpoints:
|
|
identity:
|
|
auth:
|
|
admin:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
placement:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
|
|
tls:
|
|
identity: true
|
|
...
|