Skip to content

Instantly share code, notes, and snippets.

@toast38coza
Created June 20, 2013 14:19
Show Gist options
  • Save toast38coza/5823131 to your computer and use it in GitHub Desktop.
Save toast38coza/5823131 to your computer and use it in GitHub Desktop.
Rackspace LON region, authenticate with RackSpace pyrax python lib
import pyrax
RACK_USER = "..."
RACK_API_KEY = "..."
pyrax.set_setting("identity_type", "rackspace")
pyrax.set_credentials(RACK_USER, RACK_API_KEY, region="LON" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment