<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hello,</DIV>
<DIV>I am using python-novaclient 2.6.4 with Keystone 2011.3 version.</DIV>
<DIV>I am getting the following error:</DIV>
<DIV> </DIV>
<DIV> nova --debug list<BR>('JAY BELTUR \n', 'http://16.78.118.156:5000/tokens')<BR>connect: (16.78.118.156, 5000)<BR>send: 'POST /tokens HTTP/1.1\r\nHost: 16.78.118.156:5000\r\nContent-Length: 103\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\nuser-agent: python-novaclient\r\n\r\n{"auth": {"passwordCredentials": {"username": "adminUser", "password": "secretword"}, "tenantId": "2"}}'<BR>reply: 'HTTP/1.1 200 OK\r\n'<BR>header: Content-Type: application/json; charset=UTF-8<BR>header: Content-Length: 946<BR>header: Date: Tue, 20 Mar 2012 17:52:03 GMT<BR>Traceback (most recent call last):<BR>  File "/usr/bin/nova", line 9, in <module><BR>    load_entry_point('python-novaclient==2.6.4', 'console_scripts', 'nova')()<BR>  File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 219, in main<BR>    OpenStackComputeShell().main(sys.argv[1:])<BR>  File
 "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 176, in main<BR>    self.cs.authenticate()<BR>  File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/client.py", line 61, in authenticate<BR>    self.client.authenticate()<BR>  File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 149, in authenticate<BR>    auth_url = self._v2_auth(auth_url)<BR>  File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 200, in _v2_auth<BR>    service_catalog.ServiceCatalog(body)<BR>  File "/usr/lib/python2.7/dist-packages/novaclient/service_catalog.py", line 91, in __init__<BR>    super(ServiceCatalog, self).__init__(resource)<BR>  File "/usr/lib/python2.7/dist-packages/novaclient/service_catalog.py", line 43, in __init__<BR>    for attr, val in res_value.items():<BR>AttributeError: 'list' object has no attribute
 'items'<BR></DIV>
<DIV>Thanks,</DIV>
<DIV>-VJ</DIV></td></tr></table>