Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
Description
By default (no publisher set) Brooklyn will choose the image Canonical/Ubuntu_Snappy_Core_Docker/15.04 when in region northeurope. Once UP provisioning fails due to authentication failure.
Workaround is to configure the location with either:
jclouds.azurecompute.arm.publishers: OpenLogic osVersionRegex: 7 # optional
jclouds.azurecompute.arm.publishers: Canonical osVersionRegex: 16 # optional
Which version of jclouds are you using? According to the default expression used, it will try to match an Ubuntu LTS version:
https://github.com/jclouds/jclouds-labs/blob/master/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeProviderMetadata.java#L98