kubernetes/pkg/cloudprovider/openstack
Angus Lees 75f49b331a Ignore "unspecified" externalIP during LB create
Previously we always passed `Address: externalIP.String()` while
creating a loadbalancer VIP.  This passed "0.0.0.0" when externalIP was
unspecified, effectively making it mandatory to specify an externalIP.

This change correctly leaves `Address` unspecified when externalIP is
unspecified (has a zero value).

(Thanks to @justinsb for the report)
2015-06-05 16:27:45 +10:00
..
MAINTAINERS.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
openstack.go Ignore "unspecified" externalIP during LB create 2015-06-05 16:27:45 +10:00
openstack_test.go Merge pull request #7669 from a-robinson/lb 2015-05-05 11:42:06 -07:00