Hi All,
I have a question regarding using novaclient API. I need to use it for getting a list of instances for an user/project. In oder to do that I tried to use : from novaclient.v1_1 import client nc = client.Client(*username*,*token_id*, project_id, auth_url,insecure,cacert) nc.servers.list() ( however, the comment on the code/document says different thing which as far as tried it didn't work. >>> client = Client(USERNAME, *PASSWORD*, PROJECT_ID, AUTH_URL) so it seems token_id has to be provided. I can get the token_id using keystone REST API (*http://localhost:5000/v2.0/tokens <http://localhost:5000/v2.0/tokens> ...-d ' the credentials ...username and password'*. And my question is: how to get credentials for an user in the code when using the keystone's REST API? Is there any api to get such an info? Appreciate your comments. Regards, Nader.
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev