python-twisted-keystone-agent

Twisted Python Keystone Agent
Download

python-twisted-keystone-agent Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Rackspace Hosting, Inc.
  • Publisher web site:
  • https://github.com/racker/

python-twisted-keystone-agent Tags


python-twisted-keystone-agent Description

python-twisted-keystone-agent is a Twisted agent implementation which authenticates to Keystone and uses the Keystone auth credentials to authenticate against requested URLs.Example Usagepythonfrom twisted.internet import reactorfrom twisted.web.client import Agentfrom txKeystone import KeystoneAgentagent = Agent(reactor)RACKSPACE_USERNAME = '' # your username hereRACKSPACE_APIKEY = '' # your API key hereAUTH_URL = 'https://identity.api.rackspacecloud.com/v2.0/tokens'keystone_agent = KeystoneAgent(agent, AUTH_URL, (RACKSPACE_USERNAME, RACKSPACE_APIKEY))Product's homepage


python-twisted-keystone-agent Related Software