trevorflanagan commented on this pull request.


> @@ -54,7 +54,7 @@ protected Builder() {
          id("dimensiondata-cloudcontrol").name("DimensionData CloudControl 
API").identityName("user name")
                .credentialName("user password")
                
.documentation(URI.create("http://www.dimensiondata.com/en-US/Solutions/Cloud";))
-               
.defaultEndpoint("https://api-REGION.dimensiondata.com/caas";).version("2.4")
+               
.defaultEndpoint("https://api-REGION.dimensiondata.com";).version("2.4")

I have removed the reliance on caas being part of the configuration and instead 
hide that within the Path annotation in the API classes.

-- 
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/446#pullrequestreview-161571933

Reply via email to