openstack Connection to neutron failed

0 votes

Hi Guys,

In OpenStack environment while I am trying to create network, getting some issue as mentioned bellow.

$ openstack Connection to neutron failed

Thank You

Mar 24, 2020 in OpenStack by akhtar
• 38,260 points
3,753 views

1 answer to this question.

0 votes

Hi@akhtar,

For the above issue, there may be multiple cause of creating network.

1. Check the neutron port is open in firewall or not. If it is not, use the below command to open this.

$ iptables -A INPUT -p tcp –dport 9696 -j ACCEPT
$netstat -lnpt | grep 9696

2. After that check keystone section in  /etc/neutron/neutron.conf file.