> @@ -63,8 +63,7 @@ public static Properties defaultProperties() {
> properties.put(AUDIENCE, "https://accounts.google.com/o/oauth2/token");
> properties.put(SIGNATURE_OR_MAC_ALGORITHM, "RS256");
> properties.put(PROPERTY_SESSION_INTERVAL, 3600);
> - properties.setProperty(TEMPLATE,
> "osFamily=GCEL,osVersionMatches=1[012].[01][04],locationId=us-central1-a," +
> - "loginUser=jclouds");
> + properties.setProperty(TEMPLATE,
> "osFamily=DEBIAN,osVersionMatches=7\\..*,locationId=us-central1-a,loginUser=jclouds");
I'm confused by many of these changes -- why does a GCS commit have changes to
GCE?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/35/files#r16618762