Connection to neutron failed: Maximum attempts reached problem
In multi node installation after finalizing neutron installation on controller node:
i ran this command to Populate the database:
su -s /bin/sh -c "neutron-db-manage --config-file /etc/neutron/neutron.conf \
--config-file /etc/neutron/plugins/ml2/ml2_conf.ini stamp head" neutron
After this command i started the neutron server and nova api and perform this command on controller node.
=> neutron ext-list
error: Connection to neutron failed: Maximum attempts reached problem
I am following this link for installing : link text
What is in /var/log/neutron/server.log ? Is AMQP brocker running ( rabbitmq-server ) ? Status of port 5672 ?
Start all nova services, afterwards run neutron-db-manage. Anyway sequence of steps on controller should be the same as described in
https://fosskb.wordpress.com/2014/10/...
i followed the steps given in openstack installation guide. Which are ;
Restart the Compute services:
service nova-api restart
service nova-scheduler restart
service nova-conductor restart
Restart the Networking service:
service neutron-server restart
Wrong following manual.
Your command 3 doesn't match manual , link you are referencing in your question.