Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 542b0b6

Browse files
author
Robert Rati
committed
Make ClusterID required for AWS. #48954
1 parent a212b8d commit 542b0b6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkg/cloudprovider/providers/openstack/openstack.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,11 @@ func (os *OpenStack) ScrubDNS(nameServers, searches []string) ([]string, []strin
458458
return nameServers, searches
459459
}
460460

461+
// HasClusterID returns true if the cluster has a clusterID
462+
func (os *OpenStack) HasClusterID() bool {
463+
return true
464+
}
465+
461466
func (os *OpenStack) LoadBalancer() (cloudprovider.LoadBalancer, bool) {
462467
glog.V(4).Info("openstack.LoadBalancer() called")
463468

0 commit comments

Comments
 (0)