Comment 20 for bug 1782267

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/584265
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=90a7a22f157b0f50d024d730e8b97ba268bc58ad
Submitter: Zuul
Branch: master

commit 90a7a22f157b0f50d024d730e8b97ba268bc58ad
Author: Bogdan Dobrelya <email address hidden>
Date: Fri Jul 20 10:45:34 2018 +0300

    Fix containerized ironic bind-mounts

    We obvserve errors "DriverLoadError: Driver, hardware type or interface
    ilo-pxe could not be loaded" as it uses the host level access to
    /var/lib/ironic, which is owned by root. When we have the
    host/container(s) shared access to a bind mounted dir, it needs to be
    shared instead of the default private mode.

    Additionally, fix the missing /var/lib/ironic ownership change in
    the ironix-pxe's kolla config.

    Related-bug: #1782267

    Change-Id: I5ad4956174346f024945852da09f3841c3378c2b
    Signed-off-by: Bogdan Dobrelya <email address hidden>