We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe00de5 + 56de572 commit fd1e450Copy full SHA for fd1e450
docker/nova/nova-libvirt/Dockerfile.j2
@@ -78,8 +78,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
78
79
{% if base_arch in ['aarch64', 'x86_64'] %}
80
{% set nova_libvirt_packages = nova_libvirt_packages + [
81
- 'dmidecode',
82
- 'xen-utils'
+ 'dmidecode'
83
] %}
84
{% endif %}
85
docker/nova/nova-libvirt/extend_start.sh
@@ -1,10 +1,5 @@
1
#!/bin/bash
2
3
-# Mount xenfs for libxl to work
4
-if [[ $(lsmod | grep xenfs) ]]; then
5
- mount -t xenfs xenfs /proc/xen
6
-fi
7
-
8
if [[ ! -e "/var/log/kolla/libvirt/libvirtd.log" ]]; then
9
mkdir -p /var/log/kolla/libvirt
10
touch /var/log/kolla/libvirt/libvirtd.log
0 commit comments