> @@ -28,4 +33,13 @@
> public GoogleComputeEngineSecurityGroupExtensionLiveTest() {
> provider = "google-compute-engine";
> }
> +
> + @Override
> + protected Properties setupProperties() {
> + Properties props = super.setupProperties();
> + setCredentialFromPemFile(props, provider + ".credential");
> + props.setProperty(TEMPLATE,
> "osFamily=CENTOS,locationId=us-central1-a,loginUser=jclouds");
Do we know which template this finds? Is this a special template we've prepared?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/20/files#r11358906