Actually populate nodeTags field in GCE provider struct

This commit is contained in:
Alex Robinson 2016-05-05 21:26:29 +00:00
parent d2f70efb90
commit 15874cd717

View File

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