Hi Vishal, I changed all configurations to false, restart httpd, still doesn’t work.
Regards, Ohad From: vishal yadav [mailto:[email protected]] Sent: Tuesday, September 02, 2014 6:52 PM To: Baruch, Ohad Cc: [email protected] Subject: Re: [Openstack-operators] Openstack Manual install with nova-network Have you checked the Horizon configuration setting for OPENSTACK_NEUTRON_NETWORK? Set all enable_* options to False. Possibly this is the way you can configure Horizon not to use Neutron. Would you please try. Thanks, Vishal On Tue, Sep 2, 2014 at 9:59 AM, Baruch, Ohad <[email protected]<mailto:[email protected]>> wrote: Hi Vishal, Thank for the quick response, the python-neutronclient is a dependency for the dashboard installation, when I try to remove it, it says it will remove the dashboard installation as well. Do you know of a way to force the openstack not to use the neutron client, but to use the nova-network? And for your other question, in the nova.conf – network_api_class = nova.network.api.API Regards, Ohad From: vishal yadav [mailto:[email protected]<mailto:[email protected]>] Sent: Tuesday, September 02, 2014 3:57 PM To: Baruch, Ohad Cc: [email protected]<mailto:[email protected]> Subject: Re: [Openstack-operators] Openstack Manual install with nova-network 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]<mailto:[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/<http://%3cIP%3e/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]<mailto:[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
