753e43072d
This allows neutron to consume TLS openstack endpoints. Jobs consume openstack endpoints, typically identity endpoints. And neutron itself interact with other openstack services via endpoints. Change-Id: I204b8a1a5a1fb253ea4207f5f5d76d47fac41bef
15 lines
254 B
YAML
15 lines
254 B
YAML
---
|
|
endpoints:
|
|
identity:
|
|
auth:
|
|
admin:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
neutron:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
test:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
|
|
tls:
|
|
identity: true
|
|
...
|