For Authenticating in Rackspace I got following code from Reckspace documentation
import pyrax
pyrax.set_setting("identity_type", "rackspace")
pyrax.set_default_region('{region}')
pyrax.set_credentials('{username}', '{apiKey}')
I don't get what is meant here by identity type please help. Thanks in advance.