码迷,mamicode.com
首页 > 数据库 > 详细

pdb /usr/bin/neutron-server

时间:2020-06-08 14:54:25      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:ice   file   fun   def   bre   targe   lib   config   paste   


[root@bogon good]# cat /usr/lib/systemd/system/neutron-server.service
[Unit]
Description=OpenStack Neutron Server
After=syslog.target network.target


[Service]
Type=notify
User=neutron
ExecStart=/usr/bin/neutron-server --config-file /usr/share/neutron/neutron-dist.conf --config-dir /usr/share/neutron/server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --config-dir /etc/neutron/conf.d/common --config-dir /etc/neutron/conf.d/neutron-server --log-file /var/log/neutron/server.log
PrivateTmp=true
NotifyAccess=all
KillMode=process
Restart=on-failure
TimeoutStartSec=0




[root@bogon good]# /usr/bin/python -m pdb /usr/bin/neutron-server --config-file /usr/share/neutron/neutron-dist.conf --config-dir /usr/share/neutron/server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --config-dir /etc/neutron/conf.d/common --config-dir /etc/neutron/conf.d/neutron-server --log-file /var/log/neutron/server.log > /usr/bin/neutron-server(4)<module>() -> import sys (Pdb) b /usr/lib/python2.7/site-packages/networking_generic_switch/generic_switch_mech.py:554 Breakpoint 1 at /usr/lib/python2.7/site-packages/networking_generic_switch/generic_switch_mech.py:554 (Pdb) b /usr/lib/python2.7/site-packages/networking_generic_switch/generic_switch_mech.py:75 Breakpoint 2 at /usr/lib/python2.7/site-packages/networking_generic_switch/generic_switch_mech.py:75 (Pdb) c /usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py:22: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately. return pkg_resources.EntryPoint.parse("x=" + s).load(False) > /usr/lib/python2.7/site-packages/networking_generic_switch/generic_switch_mech.py(554)GenericSwitchDriver() -> def _get_devices_by_physnet(self, physnet): (Pdb)

 

> /usr/lib/python2.7/site-packages/networking_generic_switch/generic_switch_mech.py(554)GenericSwitchDriver()->{__module__: networking_g...c_switch_mech, __return__: {__module__: networking_g...c_switch_mech, __return__: {__module__: networking_g...c_switch_mech, __return__: {__module__: networking_g...c_switch_mech, __return__: {__module__: networking_g...c_switch_mech, __return__: {__module__: networking_g...c_switch_mech, __return__: {...}, _get_devices_by_physnet: <functio...aaa8a0c8>, _is_port_bound: <staticm...aaa9c980>, ...}, _get_devices_by_physnet: <functio...aaa8a0c8>, _is_port_bound: <staticm...aaa9c980>, ...}, _get_devices_by_physnet: <functio...aaa8a0c8>, _is_port_bound: <staticm...aaa9c980>, ...}, _get_devices_by_physnet: <functio...aaa8a0c8>, _is_port_bound: <staticm...aaa9c980>, ...}, _get_devices_by_physnet: <functio...aaa8a0c8>, _is_port_bound: <staticm...aaa9c980>, ...}, _get_devices_by_physnet: <functio...aaa8a0c8>, _is_port_bound: <staticm...aaa9c980>, ...}

 

pdb /usr/bin/neutron-server

标签:ice   file   fun   def   bre   targe   lib   config   paste   

原文地址:https://www.cnblogs.com/dream397/p/13065216.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!