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

This commit is contained in:
Zuul 2020-01-15 18:47:16 +00:00 committed by Gerrit Code Review
commit 3c3f78cd08
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,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}