Skip to content

Commit 29fc6a8

Browse files
committed
nova: drop dmidecode
It's basically noop since dmidecode is in libvirt deps in all distributions for a long time. Change-Id: I48251e0a96f22a3ca6e1cc2523b81e3e1aa1ae71
1 parent 56de572 commit 29fc6a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker/nova/nova-libvirt/Dockerfile.j2

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
7676
{% endif %}
7777
{% endif %}
7878

79-
{% if base_arch in ['aarch64', 'x86_64'] %}
80-
{% set nova_libvirt_packages = nova_libvirt_packages + [
81-
'dmidecode'
82-
] %}
83-
{% endif %}
84-
8579
{% if base_distro in ['debian'] %}
8680
{% set nova_libvirt_packages = nova_libvirt_packages + [
8781
'usermode'

0 commit comments

Comments
 (0)