vagrant-openstack-provider
vagrant-openstack-provider copied to clipboard
ssh ip6 vs ip4
Is there a way to force the ip 4 address? Vagrant keeps trying to use the v6 address because it's listed first and that address is not reachable for some reason (I have no control over the network or the order it was configured). Ip 4 works when I try it manually after vagrant fails.
Currently, it's not possible to force ipv4. Actually, nothing have been done in the plugin to support ipv6. And personally, I have never tested the plugin on an OpenStack with dual network stack.
We could add an option os.ip_version = 6
with default version to 4
to force the plugin to consider only desired IP addresses