Comment 3 for bug 1702799

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

Reviewed: https://review.openstack.org/481343
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=4e32440146116875c9308700fe194a1c96d98022
Submitter: Jenkins
Branch: master

commit 4e32440146116875c9308700fe194a1c96d98022
Author: Dan Prince <email address hidden>
Date: Thu Jul 6 21:03:30 2017 -0400

    Fix ironic-pxe startup issues

    This patch updates the ironic-api docker service so that it
    generates its config files in a unique config root. This
    ensures that it doesn't have config files in the httpd
    conf.d directory for both the API and PXE services thus
    causing the API container to attempt to launch both of them.

    This functionally fixes the Ironic API and PXE services with
    docker so they once again can bring up an overcloud.

    Change-Id: I537cd6a3337bf776ca38a279b7c130b6429eea04
    Closes-bug: #1702799