faild to start neutron-server.service [closed]
after i fellow step by step the official installation guide for ocata,except that i used openvswitch instead of linuxbridge. whene i try to start the neutron-server.service i get the error . Failed to start OpenStack Neutron Server.
the output of journalctl -xe
Mar 13 02:17:33 romeo57 neutron-server[5822]: oslo_config.cfg.ConfigDirNotFoundError: Failed to read config file directory: /etc/neutron/ Mar 13 02:17:33 romeo57 systemd[1]: neutron-server.service: main process exited, code=exited, status=1/FAILURE Mar 13 02:17:33 romeo57 systemd[1]: Failed to start OpenStack Neutron Server. -- Subject: Unit neutron-server.service has failed -- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel (http://lists.freedesktop.org/mailman/...)
-- Unit neutron-server.service has failed.
-- The result is failed. Mar 13 02:17:33 romeo57 systemd[1]: Unit neutron-server.service entered failed state. Mar 13 02:17:33 romeo57 systemd[1]: neutron-server.service failed. Mar 13 02:17:33 romeo57 systemd[1]: neutron-server.service holdoff time over, scheduling restart. Mar 13 02:17:33 romeo57 systemd[1]: start request repeated too quickly for neutron-server.service Mar 13 02:17:33 romeo57 systemd[1]: Failed to start OpenStack Neutron Server. -- Subject: Unit neutron-server.service has failed -- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel (http://lists.freedesktop.org/mailman/...)
-- Unit neutron-server.service has failed.
-- The result is failed. Mar 13 02:17:33 romeo57 systemd[1]: Unit neutron-server.service entered failed state. Mar 13 02:17:33 romeo57 systemd[1]: neutron-server.service failed. Mar 13 02:19:01 romeo57 systemd[1]: Starting Cleanup of Temporary Directories... -- Subject: Unit systemd-tmpfiles-clean.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel (http://lists.freedesktop.org/mailman/...)
i don't know what is the source of this problem.
Can you help me please
See if you find messages in /var/log/neutron/...server.log that are related to the problem.
i fixed the problem file /etc/neutron/conf.d/common/ missing
thank you for response
Hi Joha,
How did you solved this issue. Could you share me the steps you taken.
I had this problem (centos7, openstack-rocky) and solved it by executing this command:
ln -s /etc/neutron/plugins/ml2/ml2_conf.ini /etc/neutron/plugin.ini
NOTE: /etc/neutron/conf.d/common/ file not exits and no problem.