68822ee439
This allows heat to consume TLS openstack endpoints. Jobs consume openstack endpoints, typically identity endpoints. And heat itself interact with other openstack services via endpoints. Change-Id: I7af6c52377db479b7f7e28ade23582dcc6f8f2f9
17 lines
321 B
YAML
17 lines
321 B
YAML
---
|
|
endpoints:
|
|
identity:
|
|
auth:
|
|
admin:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
heat:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
heat_trustee:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
test:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
|
|
tls:
|
|
identity: true
|
|
...
|