Skip to content
Snippets Groups Projects
Commit 1fc58e74 authored by Mark Goddard's avatar Mark Goddard
Browse files

Fix up 'Persist nova libvirt secrets in a Docker volume'

Follow up fix for Ia7e923dddb77ff6db3c9160af931354a2b305e8d, which
broke the cephadm jobs.

Change-Id: Ieb39b41a6f493bd00c687610ba043a1b4e5945e7
Related-Bug: #1821696
parent ea25df30
No related branches found
No related tags found
No related merge requests found
...@@ -47,14 +47,14 @@ ...@@ -47,14 +47,14 @@
"source": "{{ container_config_directory }}/secrets", "source": "{{ container_config_directory }}/secrets",
"dest": "/etc/libvirt/secrets", "dest": "/etc/libvirt/secrets",
"owner": "root", "owner": "root",
"perm": "0600" "perm": "0600",
"merge": true
}{% endif %}{% if nova_backend == "rbd" %}, }{% endif %}{% if nova_backend == "rbd" %},
{ {
"source": "{{ container_config_directory }}/ceph.conf", "source": "{{ container_config_directory }}/ceph.conf",
"dest": "/etc/ceph/ceph.conf", "dest": "/etc/ceph/ceph.conf",
"owner": "nova", "owner": "nova",
"perm": "0600", "perm": "0600"
"merge": true
}{% endif %} }{% endif %}
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment