commit | e93b53f61ae731004fbafed266ea59718a00bf6c | [log] [tgz] |
---|---|---|
author | Kyle Kelley <rgbkrk@gmail.com> | Thu Sep 17 11:50:57 2015 -0500 |
committer | Kyle Kelley <rgbkrk@gmail.com> | Thu Sep 17 11:50:57 2015 -0500 |
tree | 8825601f0e2e893312ac6e34d019a177302482e9 | |
parent | b90cef5f97d2a4a975856d1cea0a1aafc27c64b9 [diff] [blame] |
FindNodeByIPPort -> GetByIPPort
diff --git a/rackspace/lb/v1/nodes/requests.go b/rackspace/lb/v1/nodes/requests.go index 939cc3e..e635d3a 100644 --- a/rackspace/lb/v1/nodes/requests.go +++ b/rackspace/lb/v1/nodes/requests.go
@@ -250,8 +250,8 @@ }) } -// FindNodeByIPPort locates a load balancer node by IP and port. -func FindNodeByIPPort( +// GetByIPPort locates a load balancer node by IP and port. +func GetByIPPort( client *gophercloud.ServiceClient, loadBalancerID int, address string,