Skip to content

Commit

Permalink
remove rackspace related code
Browse files Browse the repository at this point in the history
  • Loading branch information
NickrenREN committed Sep 22, 2017
1 parent bc7c602 commit 594c43e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ func (os *OpenStack) HasClusterID() bool {
func (os *OpenStack) LoadBalancer() (cloudprovider.LoadBalancer, bool) {
glog.V(4).Info("openstack.LoadBalancer() called")

// TODO: Search for and support Rackspace loadbalancer API, and others.
network, err := os.NewNetworkV2()
if err != nil {
return nil, false
Expand Down

0 comments on commit 594c43e

Please sign in to comment.