Created
June 20, 2013 14:19
-
-
Save toast38coza/5823131 to your computer and use it in GitHub Desktop.
Rackspace LON region, authenticate with RackSpace pyrax python lib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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