Skip to content

Commit

Permalink
Merge pull request #1482 from jtk54/tag-region
Browse files Browse the repository at this point in the history
fix(provider/google): Fixed constant in ILB enable/disable.
  • Loading branch information
Eric Wiseblatt committed Mar 1, 2017
2 parents f57b357 + 21fbcf6 commit 7a4d6ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ class GCEUtil {
executor.timeExecute(
compute.regionBackendServices().update(project, region, backendServiceName, backendService),
"compute.regionBackendServices.update",
executor.TAG_SCOPE, executor.SCOPE_REGIONAL, executor.SCOPE_REGION, region)
executor.TAG_SCOPE, executor.SCOPE_REGIONAL, executor.TAG_REGION, region)
task.updateStatus phase, "Enabled backend for server group ${serverGroupName} in Internal load balancer backend service ${backendServiceName}."
}
}
Expand Down

0 comments on commit 7a4d6ce

Please sign in to comment.