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

This commit is contained in:
Zuul 2020-01-22 14:48:30 +00:00 committed by Gerrit Code Review
commit c3e2c98078
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ outputs:
- /var/lib/libvirt:/var/lib/libvirt
- /sys/class/net:/sys/class/net
- /sys/bus/pci:/sys/bus/pci
- /boot:/boot:ro
environment:
list_concat:
- {get_param: NovaComputeOptEnvVars}