Comment 2 for bug 1842078

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/679455
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=870cb1beb229d6f856da4c974ca7e73d3d89d56d
Submitter: Zuul
Branch: master

commit 870cb1beb229d6f856da4c974ca7e73d3d89d56d
Author: Jan Horstmann <email address hidden>
Date: Fri Aug 30 15:52:01 2019 +0200

    Use net_default_mac in ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2

    Upstream ironic went from $net_default_ip to $net_default_mac in
    ironic/drivers/modules/master_grub_cfg.txt with
    https://review.opendev.org/#/c/578959/

    This commit makes the same change for
    ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2

    Using $net_default_ip breaks ironic standalone deployments with
    [dhcp]dhcp_provider = none

    Change-Id: I2ca9a66d2bdb0aab5cd9936c8be8206e6ade3bd5
    Closes-Bug: 1842078