raxtoken-auth-openstack

Rackspace Token-Based Auth Plugin for OpenStack Clients.


License
Apache-2.0
Install
pip install raxtoken-auth-openstack==0.1.3

Documentation

Rackspace Token Auth Plugin for OpenStack Clients

This is a plugin for OpenStack Clients which allows the use of token-based authentication with the Rackspace Cloud. This plugin is primarily intended for use by internal support Rackers, but is fully capable of being used by customers.

To utilize this plugin, set the following environmental options:

export OS_AUTH_SYSTEM=raxtoken
export OS_VOLUME_API_VERSION=1
export OS_PROJECT_ID={ Your Account Number }
export OS_REGION_NAME={ Region }
export OS_PASSWORD={ Your Current Token }

Example use with python-novaclient:

nova  --os-auth-system raxtoken --os-region-name IAD --os-project-id {your account number} --os-password {token id} list