Merge "Fix selinux denial on centos8/rhel8 when relabelling /var/lib/nova"
This commit is contained in:
commit
05afba671d
@ -771,6 +771,7 @@ outputs:
|
||||
image: &nova_compute_image {get_param: ContainerNovaComputeImage}
|
||||
net: none
|
||||
user: root
|
||||
security_opt: label=disable
|
||||
privileged: false
|
||||
detach: false
|
||||
volumes:
|
||||
|
@ -150,6 +150,7 @@ outputs:
|
||||
image: &nova_ironic_image {get_param: ContainerNovaComputeIronicImage}
|
||||
net: none
|
||||
user: root
|
||||
security_opt: label=disable
|
||||
privileged: false
|
||||
detach: false
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user