Commit 15874cd7 authored by Alex Robinson's avatar Alex Robinson

Actually populate nodeTags field in GCE provider struct

parent d2f70efb
...@@ -307,6 +307,7 @@ func CreateGCECloud(projectID, region, zone string, managedZones []string, netwo ...@@ -307,6 +307,7 @@ func CreateGCECloud(projectID, region, zone string, managedZones []string, netwo
localZone: zone, localZone: zone,
managedZones: managedZones, managedZones: managedZones,
networkURL: networkURL, networkURL: networkURL,
nodeTags: nodeTags,
useMetadataServer: useMetadataServer, useMetadataServer: useMetadataServer,
operationPollRateLimiter: operationPollRateLimiter, operationPollRateLimiter: operationPollRateLimiter,
}, nil }, nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment