Bug 990141 - quantum-openvswitch-agent should set the process name
Summary: quantum-openvswitch-agent should set the process name
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-neutron
Version: 3.0
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
: 4.0
Assignee: Terry Wilson
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-30 13:19 UTC by Jaroslav Henner
Modified: 2016-04-26 19:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-13 21:25:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.