Install udevadm in ironic-conductor image

backport: rocky, queens

A dependency on udevadm was recently added to ironic-lib:

https://review.opendev.org/#/q/I9db48a3462422749290bbb887c14816734ab0478

Change-Id: I6c5746606ab59fd88e35525ecc17a62bfa9211e6
Closes-Bug: #1825784
(cherry picked from commit 856b2c8824)
This commit is contained in:
Mark Goddard 2019-04-24 10:54:50 +01:00
parent 177f5eb643
commit 8dbb962494
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-systemd',
'qemu-utils',
'shellinabox',
'udev',
'xfsprogs',
] %}
{% endif %}
@ -66,6 +67,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'psmisc',
'qemu-img',
'shellinabox',
'systemd',
'util-linux',
'xfsprogs',
] %}
@ -80,6 +82,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'psmisc',
'qemu-utils',
'shellinabox',
'udev',
'xfsprogs',
] %}
{% endif %}