Merge pull request #25225 from a-robinson/fix

Actually populate nodeTags field in GCE provider struct
pull/6/head
Alex Robinson 2016-05-05 14:35:01 -07:00
commit 3d435b56be
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ func CreateGCECloud(projectID, region, zone string, managedZones []string, netwo
localZone: zone,
managedZones: managedZones,
networkURL: networkURL,
nodeTags: nodeTags,
useMetadataServer: useMetadataServer,
operationPollRateLimiter: operationPollRateLimiter,
}, nil