Put cacert for nova-compute

Nova-compute use cert for auth in keystone

Change-Id: Iaa0015e53908531901bf11c480a1a7946cf6ca03
This commit is contained in:
Sergey Reshetnyak 2017-03-14 15:42:55 +03:00
parent 0798673a52
commit aa75bd7512
1 changed files with 9 additions and 0 deletions

View File

@ -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 %}