Skip to content

Commit

Permalink
fix(provider/google): Removed static function keyword in L7 upsert. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Mar 28, 2017
1 parent 63dcefa commit 63ade5a
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -500,13 +500,13 @@ class UpsertGoogleHttpLoadBalancerAtomicOperation extends UpsertGoogleLoadBalanc
* @param loadBalancerName
* @param backendService
*/
private static void fixBackendMetadata(Compute compute,
GoogleNamedAccountCredentials credentials,
String project,
AtomicOperationsRegistry atomicOperationsRegistry,
OrchestrationProcessor orchestrationProcessor,
String loadBalancerName,
GoogleBackendService backendService) {
private void fixBackendMetadata(Compute compute,
GoogleNamedAccountCredentials credentials,
String project,
AtomicOperationsRegistry atomicOperationsRegistry,
OrchestrationProcessor orchestrationProcessor,
String loadBalancerName,
GoogleBackendService backendService) {
backendService.backends.each { GoogleLoadBalancedBackend backend ->
def groupName = Utils.getLocalName(backend.serverGroupUrl)
def groupRegion = Utils.getRegionFromGroupUrl(backend.serverGroupUrl)
Expand Down

0 comments on commit 63ade5a

Please sign in to comment.