diff --git a/service/nova-compute.yaml b/service/nova-compute.yaml index f8c03e7..8cb8781 100644 --- a/service/nova-compute.yaml +++ b/service/nova-compute.yaml @@ -44,6 +44,9 @@ service: - ceph-conf - nova-ceph-key # {% endif %} + # {% if keystone.tls.enabled %} + - ca-cert + # {% endif %} files: nova.conf: @@ -64,3 +67,9 @@ files: path: /etc/ceph/ceph.client.{{ cinder.ceph.username }}.keyring content: ceph.client.cinder.keyring.j2 # {% endif %} + # {% if keystone.tls.enabled %} + ca-cert: + path: /opt/ccp/etc/tls/ca.pem + content: ca-cert.pem.j2 + perm: "0644" + # {% endif %}