How to pass the auth token and use it with python API?
I'm extending nova compute api in writing my own extension :
credentials -> keystone -> get token -> extension -> ONLY user/password HERE ! novaclient api
Apparently python bindings API only support credentials (ie user, password) but not token that I send with the first extension call. (see python-novaclient api
Is there a mean to pass the token and use it with python API ?