Merge "Fix qemu loading of ceph.conf (permission error)"

This commit is contained in:
Zuul 2020-02-01 12:00:55 +00:00 committed by Gerrit Code Review
commit b9b8aaa02a
2 changed files with 6 additions and 1 deletions

View File

@ -52,7 +52,7 @@
{
"source": "{{ container_config_directory }}/ceph.conf",
"dest": "/etc/ceph/ceph.conf",
"owner": "root",
"owner": "nova",
"perm": "0600"
}{% endif %}
]

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fix qemu loading of ceph.conf (permission error).
`LP#1861513 <https://launchpad.net/bugs/1861513>`