Sets endpoint for cloudservers-uk

Previously was inheriting default, which was the US endpoint.
This commit is contained in:
Aled Sage 2012-06-12 17:37:25 +01:00
parent 5e69df71d1
commit 9b4c3cb25d
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class CloudServersUKProviderMetadata extends BaseProviderMetadata {
id("cloudservers-uk")
.name("Rackspace Cloud Servers UK")
.apiMetadata(new CloudServersApiMetadata())
.endpoint("https://lon.auth.api.rackspacecloud.com")
.homepage(URI.create("http://www.rackspace.co.uk/cloud-hosting/cloud-products/cloud-servers"))
.console(URI.create("https://lon.manage.rackspacecloud.com"))
.linkedServices("cloudloadbalancers-uk", "cloudservers-uk", "cloudfiles-uk")