mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix issue 464, add howto for European Rackspace cloud
This commit is contained in:
parent
febecd9726
commit
b81719479b
2 changed files with 8 additions and 0 deletions
|
@ -81,6 +81,10 @@ Rackspace has <a href="http://www.rackspacecloud.com/cloud_hosting_products/serv
|
|||
:rackspace_api_key => RACKSPACE_API_KEY
|
||||
})
|
||||
|
||||
If you work with the European cloud from Rackspace you have to add the following:
|
||||
|
||||
:rackspace_auth_url => "lon.auth.api.rackspacecloud.com"
|
||||
|
||||
We will skip over learning how to do this the 'Rackspace Way' and instead jump right to using bootstrap to get their smallest Ubuntu 10.04 LTS server.
|
||||
|
||||
server = connection.servers.bootstrap
|
||||
|
|
|
@ -145,6 +145,10 @@ Rackspace has <a href="http://www.rackspacecloud.com/cloud_hosting_products/file
|
|||
:rackspace_api_key => RACKSPACE_API_KEY
|
||||
})
|
||||
|
||||
If you work with the European cloud from Rackspace you have to add the following:
|
||||
|
||||
:rackspace_auth_url => "lon.auth.api.rackspacecloud.com"
|
||||
|
||||
Then create, save, destroy as per fog-for-AWS. The `:public => true` option when creating directories (see above) is important for Rackspace; your folder and files won't be shared to Rackspace's CDN and hence your users without it. Similarly the `:public => true` on files is important for AWS and Google or they will be private.
|
||||
|
||||
## Local Storage
|
||||
|
|
Loading…
Reference in a new issue