Merge "Fix Manila when run without pacemaker" into stable/queens

This commit is contained in:
Zuul 2019-10-11 11:24:40 +00:00 committed by Gerrit Code Review
commit 275557b148
1 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,9 @@ outputs:
- path: /var/log/manila
owner: manila:manila
recurse: true
- path: /var/lib/manila
owner: manila:manila
recurse: true
- path:
str_replace:
template: /etc/ceph/CLUSTER.client.USER.keyring
@ -118,6 +121,8 @@ outputs:
manila_share:
image: &manila_share_image {get_param: DockerManilaShareImage}
net: host
ipc: host
user: root
restart: always
volumes: {get_attr: [ManilaCommon, manila_share_volumes]}
environment: {get_attr: [ManilaCommon, manila_share_environment]}