Hi,

I am using keystoneclient to get the authentication token, like as below

keystone = client.Client(username=username,
                             password=password,
                             auth_url=endpoint)
token = keystone.auth_token

Now, i want to re-scope this token to different project ids, some thing like

keystone = client.Client(tenant_id=tenant,
                             auth_url=endpoint,
                             token=token)

but this is not woking. So can anybody tell me how to re-scope the 
authentication token obtained from keystone.

Thanks & Regards,
Vinod Kumar Boppanna
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to