Run cinder-backup in a privileged container
The cinder-backup service requires privileges in order to make iSCSI connections. Closes-Bug: 1745628 Change-Id: I63423ac4715269163e36d59d2703502455d33f86
This commit is contained in:
@@ -125,7 +125,7 @@ outputs:
|
||||
cinder_backup:
|
||||
image: *cinder_backup_image
|
||||
net: host
|
||||
privileged: false
|
||||
privileged: true
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: /openstack/healthcheck
|
||||
|
Reference in New Issue
Block a user