• Angus Lees's avatar
    Ignore "unspecified" externalIP during LB create · 75f49b33
    Angus Lees authored
    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)
    75f49b33
Name
Last commit
Last update
..
MAINTAINERS.md Loading commit data...
openstack.go Loading commit data...
openstack_test.go Loading commit data...