[openstack-dev] does the nova client python API support Keystone's token-based authentication?

Chris Friesen chris.friesen at windriver.com
Fri Oct 25 21:35:33 UTC 2013


On 10/25/2013 02:08 PM, openstack learner wrote:
> hi guys,
>
>
> Instead of username/password, does the nova client python API support Keystone's token-based authentication?

Yes, but normal tokens expire, so the idea is that you authenticate with 
username/password, then get back a token that you use for the rest of 
your session.

See here for samples.

http://www.ibm.com/developerworks/cloud/library/cl-openstack-pythonapis/

Chris



More information about the OpenStack-dev mailing list