-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Compute
-
Labels:None
Rackspace has a private beta OpenStack implementation that is returning both the ipv4 and ipv6 addresses in a node's public_ips list. The current implementation just grabs the first address out of the list without testing that the current host can actually connect to it.
This patch exposes a force_ipv4 parameter set to True by default, which will preserve the existing behavior when a node also has ipv4 addresses by filtering ipv6 addresses from the list.