Comment 5 for bug 1687705

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/fuel-library (9.0/mitaka)

Reviewed: https://review.fuel-infra.org/36840
Submitter: Pkgs Jenkins <email address hidden>
Branch: 9.0/mitaka

Commit: a5ae9a942684cd5d201204c40df4839a84c1192f
Author: Michael Polenchuk <email address hidden>
Date: Wed Oct 11 14:38:48 2017

[netconfig] Prefer ipv4 connections over ipv6

Ubuntu prefers ipv6 connections therefore in some networks, this
breaks software updates (it does a AAAA DNS lookup before A record
lookups). Let's prefer old style ipv4 connections over the new ipv6 in
order to save some processing and resource utilization.

Change-Id: I315f56dabbaedd4298f99579a10444ff0c5d7778
Closes-Bug: #1687705