<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I am using keystoneclient to get the authentication token, like as below<br>
<br>
keystone = client.Client(username=username,<br>
                             password=password,<br>
                             auth_url=endpoint)<br>
token = keystone.auth_token<br>
<br>
Now, i want to re-scope this token to different project ids, some thing like<br>
<br>
keystone = client.Client(tenant_id=tenant,<br>
                             auth_url=endpoint,<br>
                             token=token)<br>
<br>
but this is not woking. So can anybody tell me how to re-scope the authentication token obtained from keystone.<br>
<br>
Thanks & Regards,<br>
Vinod Kumar Boppanna<br>
</div>
</body>
</html>