Merge "Mount /boot from the host within the nova-compute container" into stable/stein

This commit is contained in:
Zuul 2020-01-22 01:32:39 +00:00 committed by Gerrit Code Review
commit b74a6664ef
1 changed files with 1 additions and 0 deletions

View File

@ -728,6 +728,7 @@ outputs:
- /var/lib/libvirt:/var/lib/libvirt:shared,z - /var/lib/libvirt:/var/lib/libvirt:shared,z
- /sys/class/net:/sys/class/net - /sys/class/net:/sys/class/net
- /sys/bus/pci:/sys/bus/pci - /sys/bus/pci:/sys/bus/pci
- /boot:/boot:ro
- -
# podman fails to relable if nova_nfs_enabled where we have # podman fails to relable if nova_nfs_enabled where we have
# the nfs share mounted to /var/lib/nova/instances # the nfs share mounted to /var/lib/nova/instances