Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. [root@localhost ~]# systemctl status devstack@q-agt.service -l
  2. ● devstack@q-agt.service - Devstack devstack@q-agt.service
  3. Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: disabled)
  4. Active: failed (Result: exit-code) since Mon 2017-08-21 22:39:24 CST; 25s ago
  5. Process: 13595 ExecStart=/usr/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini (code=exited, status=1/FAILURE)
  6. Main PID: 13595 (code=exited, status=1/FAILURE)
  7.  
  8. Aug 21 22:39:24 localhost.localdomain neutron-openvswitch-agent[13595]: ERROR neutron File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 214, in main
  9. Aug 21 22:39:24 localhost.localdomain neutron-openvswitch-agent[13595]: ERROR neutron result = function(*args, **kwargs)
  10. Aug 21 22:39:24 localhost.localdomain neutron-openvswitch-agent[13595]: ERROR neutron File "/usr/lib/python2.7/site-packages/ryu/lib/hub.py", line 65, in _launch
  11. Aug 21 22:39:24 localhost.localdomain neutron-openvswitch-agent[13595]: ERROR neutron raise e
  12. Aug 21 22:39:24 localhost.localdomain neutron-openvswitch-agent[13595]: ERROR neutron Exception: Could not retrieve schema from tcp:127.0.0.1:6640: Connection refused
  13. Aug 21 22:39:24 localhost.localdomain neutron-openvswitch-agent[13595]: ERROR neutron
  14. Aug 21 22:39:24 localhost.localdomain neutron-openvswitch-agent[13595]: INFO oslo_rootwrap.client [-] Stopping rootwrap daemon process with pid=13632
  15. Aug 21 22:39:24 localhost.localdomain systemd[1]: devstack@q-agt.service: main process exited, code=exited, status=1/FAILURE
  16. Aug 21 22:39:24 localhost.localdomain systemd[1]: Unit devstack@q-agt.service entered failed state.
  17. Aug 21 22:39:24 localhost.localdomain systemd[1]: devstack@q-agt.service failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement