Bug 990141

Summary: quantum-openvswitch-agent should set the process name
Product: Red Hat OpenStack Reporter: Jaroslav Henner <jhenner>
Component: openstack-neutronAssignee: Terry Wilson <twilson>
Status: CLOSED CURRENTRELEASE QA Contact: Ofer Blaut <oblaut>
Severity: medium Docs Contact:
Priority: low    
Version: 3.0CC: chrisw, hateya, lpeer, yeylon
Target Milestone: ---   
Target Release: 4.0   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-13 21:25:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaroslav Henner 2013-07-30 13:19:19 UTC
Description of problem:
quantum-openvswitch-agent is not setting its process name so it remains to be "python"


Version-Release number of selected component (if applicable):
openstack-quantum-openvswitch-2013.1.2-4.el6ost.noarch

How reproducible:
1/1

Steps to Reproduce:
1. for PID in `pgrep -f quantum-openvswitch-agent`; do ps -p $PID; done
  PID TTY          TIME CMD
 3988 ?        04:41:45 python

2.
3.

Actual results:
 3988 ?        04:41:45 python


Expected results:
 3988 ?        04:41:45 quantum-openvswitch-agent

Additional info:

Comment 2 Terry Wilson 2013-11-13 21:25:10 UTC
This has a target of 4.0, but is already fixed in 4.0.

Output:
# for PID in `pgrep -f neutron-openvswitch-agent`; do ps -p $PID; done
  PID TTY          TIME CMD
 8686 ?        00:00:01 neutron-openvsw