I'm trying to deploy to rackspace in the UK, not understanding what's going
on. Before anyone says "-user question" -I know, it's just I am trying to
get my service with RPMs installed on the new Rackspace openstack APIs
If someone can help with this I'll assist with updating the docs
as background, the provider list goes:
* Rackspace Cloud Servers UK - tested
Homepage: Optional.of(
http://www.rackspace.co.uk/cloud-hosting/cloud-products/cloud-servers)
Console: Optional.of(https://lon.manage.rackspacecloud.com)
API:
http://docs.rackspacecloud.com/servers/api/v1.0/cs-devguide/content/ch01.html
Configuration options:
whirr.provider = cloudservers-uk
whirr.identity = <Username>
whirr.credential = <API Key>
I take it this is pre-openstack, as it talks of the "first gen api"
There is a listing for the openstack API to the US, but not the UK
* Rackspace Next Generation Cloud Servers US
Homepage: Optional.of(http://www.rackspace.com/cloud/nextgen)
Console: Optional.of(https://mycloud.rackspace.com)
API:
http://docs.rackspace.com/servers/api/v2/cs-devguide/content/ch_preface.html#webhelp-currentid
Configuration options:
whirr.provider = rackspace-cloudservers-us
whirr.identity = <${userName}>
whirr.credential = <${apiKey}>
1. How do I set things up to talk OpenStack APIs to the UK?
2. what does whirr.image do on rackspace infrastructures? It doesn't
seem to pick up a named image of the user.
I'm trying to see where in the source all of this is set up. Is it in
jclouds ?
-steve