Merge "Fix Manila when run without pacemaker"

This commit is contained in:
Zuul 2019-10-09 02:30:25 +00:00 committed by Gerrit Code Review
commit 30bb654b1b
1 changed files with 5 additions and 0 deletions

View File

@ -136,6 +136,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
@ -149,6 +152,8 @@ outputs:
manila_share:
image: &manila_share_image {get_param: ContainerManilaShareImage}
net: host
ipc: host
user: root
restart: always
volumes: {get_attr: [ManilaShareCommon, manila_share_volumes]}
environment: {get_attr: [ManilaShareCommon, manila_share_environment]}