[engineer] neutron open-vswitch need to stop, and need to start l2_proxy.
Bug #1439979 reported by
nash.xiejun
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Hybrid Cloud |
New
|
Medium
|
vijayram |
Bug Description
1. Need to stop ' neutron-
# mv /etc/init/
2. Need to add following to rc.local to start l2_proxy.
vi /etc/rc.local
{ ps -eaf | grep l2_proxy.py | awk -F " " '{print $2}' | while read i; do kill -9 $i 2>/dev/null; done } || echo ignore error...
nohup /usr/bin/python /usr/lib/
Changed in hybrid-cloud: | |
assignee: | nobody → vijayram (vijayram-cbe) |
To post a comment you must log in.