Comment 10 for bug 1735421

Revision history for this message
David Ames (thedac) wrote :

A summary to close out this bug.

@Tytus As James has pointed out, Bug #1745389 is really a new bug and we will address it there.

@Gábor Line 645 [0] is where address selection actually takes place. It uses get_relation_ip [1] which takes os-*-network as an option. If it is None it is ignored, and network-get (the spaces aware tool) is used.

@jhobbs These changes are in stable/17.11 at this time.

[0] https://github.com/juju/charm-helpers/blob/117dfa32089f427fd1d71c3a29c8ca88a222e25e/charmhelpers/contrib/openstack/context.py#L645
[1] https://github.com/juju/charm-helpers/blob/117dfa32089f427fd1d71c3a29c8ca88a222e25e/charmhelpers/contrib/network/ip.py#L560