> @@ -70,7 +72,10 @@ public static Properties defaultProperties() {
> properties.put(RESOURCE, "https://management.azure.com/");
> properties.put(CREDENTIAL_TYPE, CLIENT_CREDENTIALS_SECRET.toString());
> properties.put(RESOURCE_GROUP_NAME, "jcloudsgroup");
> - properties.put(IMAGE_PUBLISHERS, "Microsoft.WindowsAzure.Compute,
> MicrosoftWindowsServer, Canonical");
> + properties.put(IMAGE_PUBLISHERS, "Canonical");
> + properties.put(DEFAULT_VNET_ADDRESS_SPACE_PREFIX, "10.0.0.0/16");
> + properties.put(DEFAULT_SUBNET_ADDRESS_PREFIX, "10.0.0.0/24");
> + properties.put(IMAGE_PUBLISHERS, "Canonical,RedHat");
This has already been set before.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/291/files/8a39037237f5cccc7d100bc58a9a82bdb89924b1#r67879093