IPv6 addresses need to be wrapped in square brackets ([ ])
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
In Progress
|
Medium
|
Nicolas Bock |
Bug Description
When using a IPv6 address as internal_
Ansible has the function ipwrap for this. https:/
Because I have no access currently to openstack ansible repositories, I did it like this
find /opt/openstack-
find /opt/openstack-
find /opt/openstack-
find /opt/openstack-
After these changes I can now use a IPv6 address as internal_
And no, this is not the complete way to have openstack-ansible support IPv6. Currently dual stack is needed.
Changed in openstack-ansible: | |
assignee: | nobody → Nicolas Bock (nicolasbock) |
Changed in openstack-ansible: | |
status: | New → Confirmed |
Changed in openstack-ansible: | |
importance: | Undecided → Medium |
The first line that is changing {{ [internal_ lb_vip_ address] }} is not correct because that is for haproxy.yml. Haproxy does not want urls with square brackets ([]). It seems like everything else wants square brackets.