Comment 5 for bug 1861427

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/stein)

Reviewed: https://review.opendev.org/712421
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=a9f759d1dc23445c192c9f300275317fc372a8d5
Submitter: Zuul
Branch: stable/stein

commit a9f759d1dc23445c192c9f300275317fc372a8d5
Author: Antony Messerli <email address hidden>
Date: Thu Jan 30 08:16:18 2020 -0600

    Adds python3-systemd for ansible deploy interface

    When doing a source install, ironic doesn't have python3-systemd as a
    dependency and the current ironic-conductor container doesn't install
    the required dependencies which causes the ansible deploy interface to
    fail with the error, "Systemd bindings do not exist". This adds the
    needed dependencies when doing a source build. This installs the needed
    files for both rpm and deb builds on python 2.x and 3.x.

    Change-Id: I5d1bcb0f7d7902b4e122c12697483433bcf52ca2
    Closes-Bug: #1861427
    (cherry picked from commit 4a67e58f7971641c55247f02985e13ef391ca7ab)