Description of problem:
=======================
Horizon should accept an IPv6 address as a VIP Address for LB Pool.
Version-Release number of selected component (if applicable):
=============================================================
RHEL-OSP6: 2014-12-12.1
python-django-horizon-2014.2.1-2.el7ost.noarch
How reproducible:
=================
Always
Steps to Reproduce:
===================
0. Have an IPv6 subnet.
1. Browse to: http://<FQDN>/dashboard/project/loadbalancers/
2. Create a Load Balancing Pool.
3. Add VIP as follows:
- Name: test
- VIP Subnet: Select your IPv6 subnet
- Specify a free IP address from the selected subnet: IPv6 address such as: 2001:65:65:65::a
- Protocol Port: 80
- Protocol: HTTP
- Admin State: UP
Actual results:
===============
Error: Invalid version for IP address
Expected results:
=================
Should work OK, this is supported in the python-neutronclient.