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,230 points
2,357 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.

3. Check the neutron services are running or not.

$ neutron net-list

4. If there is not error logs in /etc/log/neutron, but there is issue in service communication.

$ service neutron-server restart

5. If you are still facing the same issue, Now try to create the network in debug mode to trace out.

$ openstack –debug network create net1

Hope this will solve your problem.

Thank You

answered Mar 24, 2020 by MD
• 95,440 points

Related Questions In OpenStack

0 votes
1 answer

Error: neutron-server failed to start and no log was written – neutron dead but pid file exists.

Hi@akhtar, Generally, after installing keystone, glance, nova services, ...READ MORE

answered Mar 24, 2020 in OpenStack by MD
• 95,440 points
1,933 views
0 votes
1 answer

How to assign public IP to OpenStack instances?

You can have a look at this ...READ MORE

answered Feb 25, 2019 in OpenStack by Priyaj
• 58,090 points
1,194 views
0 votes
1 answer

Which one is better to learn OpenStack or AWS?

Hi@akhtar, It depends on you what you are ...READ MORE

answered Mar 13, 2020 in OpenStack by MD
• 95,440 points
1,010 views
0 votes
1 answer

How to get OpenStack software for installation?

Hi@akhtar, There are two ways to get OpenStack ...READ MORE

answered Mar 13, 2020 in OpenStack by MD
• 95,440 points
611 views
0 votes
1 answer

error: server error. Is Neutron not working properly?

Hi@akhtar, We can't say Neutron is the one ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
933 views
0 votes
1 answer

How can I do SSH inside my instance in OpenStack?

Hi@akhtar, Yes, there is nothing wrong with your ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
2,159 views
0 votes
2 answers
0 votes
1 answer
0 votes
1 answer

Failed to attach a volume after detaching the same volume in OpenStack!

Hi@akhtar, You must change the device name on ...READ MORE

answered Mar 24, 2020 in OpenStack by MD
• 95,440 points
1,110 views
0 votes
1 answer

Failed to attach volume, systool is not installed in OpenStack.

Hi@akhtar, This warning and error occurs if you ...READ MORE

answered Mar 24, 2020 in OpenStack by MD
• 95,440 points
478 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP