systemctl status neutron-server.service is not started
Output occurs : [root@controller ~]# systemctl start neutron-server.service Job for neutron-server.service failed. See 'systemctl status neutron-server.service' and 'journalctl -xn' for details.
systemctl status neutron-server.service
neutron-server.service - OpenStack Neutron Server
Loaded: loaded (/usr/lib/systemd/system/neutron-server.service; enabled)
Active: failed (Result: exit-code) since Fri 2014-11-21 13:19:15 IST; 15s ago
Process: 3119 ExecStart=/usr/bin/neutron-server --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --log-file /var/log/neutron/server.log (code=exited, status=1/FAILURE)
Main PID: 3119 (code=exited, status=1/FAILURE)
Nov 21 13:19:15 controller.xxx.com systemd[1]: neutron-server.service: main process exited, code=exited, status=1/FAILURE
Nov 21 13:19:15 controller.xxx.com systemd[1]: Failed to start OpenStack Neutron Server.
Nov 21 13:19:15 controller.xxx.com systemd[1]: Unit neutron-server.service entered failed state.
Post /var/log/neutron/server.log. Could you also format your posts.
also post following files :
/usr/share/neutron/neutron-dist.conf
/etc/neutron/neutron.conf
/etc/neutron/plugin.ini ~Abhay
var/log/neutron/server.log 2014-11-24 10:56:09.019 6894 ERROR oslo.messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 17 seconds. 2014-11-24 10:56:26.032 6894 INFO oslo.messaging._drivers.impl_rabbit [-] Delaying
/usr/share/neutron/neutron-dist.conf [DEFAULT] verbose = True lock_path = $state_path/lock auth_strategy = noauth notification_driver = neutron.openstack.common.notifier.rpc_notifier allow_overlapping_ips = True use_stderr = False api_paste_config = /usr/share/neutron/api-paste.ini
notify_nova_on_port_data_changes = False notify_nova_on_port_status_changes = False