To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorRackspace Authentication (pyrax)
This is a simple test to authenticate to Rackspace.
- Scenarios
-
- Authenticate (pyrax)
-
- Given
- I am setup to run example code for pyrax
- When
-
I execute the following code:
import os import pyrax pyrax.set_credentials(os.getenv('RAX_USERNAME'), os.getenv('RAX_API_KEY')) print "Authenticated"
- Then
-
the output should match
Authenticated
Last published almost 7 years ago by Max Lincoln.