Looking at the "exception location" seems like you have python-neutronclient installed. Would you please check below: 1) Use rpm -qa (REL based) or dpkg -l (debian based) to look for the package python-neutronclient. If so please remove python client for neutron. 2) What is value of parameter network_api_class in nova.conf on compute node? Please check if it is set correctly.
Thanks, Vishal On Tue, Sep 2, 2014 at 4:07 AM, Baruch, Ohad <[email protected]> wrote: > Hi guys, > > > > I have a 2 node(1 controller + 1 compute nodes) architecture that I > installed manually, all of my compute services, including nova network, are > on the compute node. > > I tried logging to the dashboard but I received this message: > > > > ConnectionFailed at /admin/ > > Connection to neutron failed: Maximum attempts reached > > *Request Method:* > > GET > > *Request URL:* > > http://<IP>/dashboard/admin/ > > *Django Version:* > > 1.6.5 > > *Exception Type:* > > ConnectionFailed > > *Exception Value:* > > Connection to neutron failed: Maximum attempts reached > > *Exception Location:* > > /usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py in > retry_request, line 1228 > > > > I don’t even have a neutron client or server installed, and I configured > my nova.conf to use nova networking. > > This is really frustrating, can somebody please assist? > > > > Regards, > > Ohad > > > > > > _______________________________________________ > OpenStack-operators mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators > >
_______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
