<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey Asher,<div><br></div><div>That's a bug in keystoneclient - the method for doing the role listing is making a bad assumption that you're authenticating with a username and password, not handing in a token, and is getting wrapped around the axle trying to figure out what tenant you are. If you create an admin account with the --token and --endpoint options, and then use those options for this same command, you should be OK.</div><div><br></div><div>This should definitely be filed as a bug :-) <a href="https://bugs.launchpad.net/python-keystoneclient/+bug/1058750">https://bugs.launchpad.net/python-keystoneclient/+bug/1058750</a></div><div><br></div><div>Use that link to subscribe to the bug if you want to track it's progress.</div><div><br></div><div>-joe</div><div><br><div><div>On Sep 29, 2012, at 5:35 AM, Asher Newcomer <<a href="mailto:ashernew@gmail.com">ashernew@gmail.com</a>> wrote:</div><blockquote type="cite"><div>It looks like user-role-list is a recently added command in keystone (<a href="https://answers.launchpad.net/keystone/+question/190656">launchpad</a>).</div><div><br></div><div>When I run it on a new keystone install in Ubuntu 12.04 I get: </div>
<div><br></div><div>keystone --token <mytoken> --endpoint <a href="http://192.168.1.11:35357/v2.0">http://192.168.1.11:35357/v2.0</a> user-role-list</div><div><br></div><div>'Client' object has no attribute 'auth_tenant_id'</div>
<div><br></div><div>It looks client side, and no corresponding entry in keystone.log. Bug?</div><div><br></div><div>Thanks,</div><div><br></div><div>Asher</div>
_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>Post to : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>More help : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></blockquote></div><br></div></body></html>