Comment 1 for bug 1723099

Revision history for this message
Manoj (manojgn) wrote :

We are seeing following errors while accessing horizon networking page.

[Thu Oct 12 17:22:13.772069 2017] [wsgi:error] [pid 19:tid 140314017408768] Recoverable error: 'Client' object has no attribute 'list_ipams'

On further analyzing we found that list_ipams definition is missing in /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py

In build 32 this used to work. I also see that we had a custom package for neutron client earlier

ii python-neutronclient 1:6.1.0-0ubuntu2~cloud0.1contrail all client API library for Neutron - Python 2.7

but I don’t see that in build 35

ii python-neutronclient 1:6.1.0-0ubuntu3~cloud0 all client API library for Neutron - Python 2.7

Is something missing here. Can someone take a look?