Comment 8 for bug 1834234

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

Reviewed: https://review.opendev.org/685796
Committed: https://git.openstack.org/cgit/starlingx/integ/commit/?id=caac6ebf35cdd009b9e9eea9276dcf225fffa9ae
Submitter: Zuul
Branch: master

commit caac6ebf35cdd009b9e9eea9276dcf225fffa9ae
Author: Teresa Ho <email address hidden>
Date: Mon Sep 30 08:26:19 2019 -0400

    Fix missing IP of alias interface

    The ifup-aliases script assumes that the IPv4 address is always
    defined. If the configuration is only for IPv6, the script would
    generate an error and not process the IPv6 address of the interface.
    This commit is to bring up the IPv6 interface even if the IPv4 address
    is not defined.

    Partial-Bug: 1834234

    Change-Id: Ib0c4cbc7ec19cc0c0c485e4ad63c380aa8a49a4c
    Signed-off-by: Teresa Ho <email address hidden>