<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="RIGHT: auto">Hello,</div>
<div style="RIGHT: auto">Using quantum :essex-3-2012-1 version<BR>[python-quantumclient-2012.1 and quantum-2012.1]</div>
<div style="RIGHT: auto">I created network/port/interface successfully using create_net/create_port/plug_iface.<BR>However, list_nets and list_ports commands always return exception status code 500. [Because of this error VM that is launched is<BR>stuck with pending state]. show_net and show_port work fine. I am not sure if this is a bug. Is there a workaround?</div>
<div style="RIGHT: auto"><BR>/usr/local/bin/quantum list_nets tenant2<BR>Traceback (most recent call last):<BR>  File "./quantum", line 9, in <module><BR>    load_entry_point('python-quantumclient==2012.1', 'console_scripts', 'quantum')()<BR>  File "/usr/local/lib/python2.7/dist-packages/quantum-2012.1-py2.7.egg/quantum/client/cli.py", line 164, in                 main<BR>    commands[cmd]["func"](client, *args)<BR>  File "/usr/local/lib/python2.7/dist-packages/quantum-2012.1-py2.7.egg/quantum/client/cli_lib.py", line 165,                 in list_nets<BR>    res = client.list_networks()<BR>  File "/usr/local/lib/python2.7/dist-packages/quantum-2012.1-py2.7.egg/quantum/client/__init__.py", line
 58,                 in with_params<BR>    ret = self.function(instance, *args)<BR>  File "/usr/local/lib/python2.7/dist-packages/quantum-2012.1-py2.7.egg/quantum/client/__init__.py", line 259                , in list_networks<BR>    return self.do_request("GET", self.networks_path)<BR>  File "/usr/local/lib/python2.7/dist-packages/quantum-2012.1-py2.7.egg/quantum/client/__init__.py", line 207                , in do_request<BR>    raise ex<BR>Exception: [{'status_code': 500, 'message': ''}]</div>
<div style="RIGHT: auto"><A href="mailto:localadmin@quantum:/usr/local/bin$">localadmin@quantum:/usr/local/bin$</A> ./quantum list_ports tenant2 07979e30-c0c1-47df-85ed-f8d3adb21a7f<BR>Exception:<type 'exceptions.Exception'> - [{'status_code': 500, 'message': ''}]<BR>Command failed with error code: 500<BR>Error message:<missing></div>
<div style="RIGHT: auto">mysql> select * from networks;<BR>+--------------------------------------+-----------+----------+-----------+<BR>| uuid                                 | tenant_id | name     | op_status |<BR>+--------------------------------------+-----------+----------+-----------+<BR>| 07979e30-c0c1-47df-85ed-f8d3adb21a7f | tenant2   | testnet2 | UP        |<BR>+--------------------------------------+-----------+----------+-----------+</div>
<div style="RIGHT: auto">mysql> select * from ports;<BR>+--------------------------------<VAR id=yui-ie-cursor></VAR>------+--------------------------------------+--------------------------------------+--------+-----------+<BR>| uuid                                 | network_id                           | interface_id                         | state  | op_status |<BR>+--------------------------------------+--------------------------------------+--------------------------------------+--------+-----------+<BR>|
 fe9c24c6-4691-482e-90ef-5cd1245f9a3d | 07979e30-c0c1-47df-85ed-f8d3adb21a7f | 51e8b007-af9f-49bf-a830-63d2ba7c4347 | ACTIVE | DOWN      |</div>
<div style="RIGHT: auto">Thanks,<BR>-Jay</div></div></body></html>