Merge "Fix qemu loading of ceph.conf (permission error)"
This commit is contained in:
commit
b9b8aaa02a
@ -52,7 +52,7 @@
|
|||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/ceph.conf",
|
"source": "{{ container_config_directory }}/ceph.conf",
|
||||||
"dest": "/etc/ceph/ceph.conf",
|
"dest": "/etc/ceph/ceph.conf",
|
||||||
"owner": "root",
|
"owner": "nova",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}{% endif %}
|
}{% endif %}
|
||||||
]
|
]
|
||||||
|
5
releasenotes/notes/bug-1861513-8e09a6fb42dfc99c.yaml
Normal file
5
releasenotes/notes/bug-1861513-8e09a6fb42dfc99c.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fix qemu loading of ceph.conf (permission error).
|
||||||
|
`LP#1861513 <https://launchpad.net/bugs/1861513>`
|
Loading…
x
Reference in New Issue
Block a user