> +
> + public AzureTemplateBuilderLiveTest() {
> + super();
> +
> + provider = "azurecompute";
> + }
> +
> + @Override
> + protected ProviderMetadata createProviderMetadata() {
> + synchronized (this) {
> + if (providerMeta == null) {
> + providerMeta = new AzureComputeProviderMetadata();
> + }
> + }
> + return providerMeta;
> + }
Is this really necessary? Isn't the base class method working?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/156/files#r27519615