Skip to content

Commit 26f9d8f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "nova: drop dmidecode"
2 parents fd1e450 + 29fc6a8 commit 26f9d8f

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)