yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18448
[Bug 1351416] [NEW] neutron agent-list reports incorrect binary
Public bug reported:
In an environment setup with devstack where the the neutron-vpn-agent is
used, 'neutron agent-list' is reporting the binary for the L3 agent type
is neutron-l3-agent. Neutron-vpn-agent is running but not
neutron-l3-agent. The binary column should list neutron-vpn-agent as the
binary, not neutron-l3-agent.
# . openrc admin admin
# ps -ef | grep neutron-l3-agent
(no output)
# ps -ef | grep neutron-vpn-agent
stack 5701 5699 0 10:57 pts/29 00:00:00 /usr/bin/python /usr/local/bin/neutron-vpn-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini --config-file=/etc/neutron/vpn_agent.ini
# neutron agent-list
+--------------------------------------+--------------------+-------------+-------+----------------+---------------------------+
| id | agent_type | host | alive | admin_state_up | binary |
+--------------------------------------+--------------------+-------------+-------+----------------+---------------------------+
| 264256b0-6228-4b7d-a169-c2e5cc5206d2 | Metadata agent | Ubuntu-37 | :-) | True | neutron-metadata-agent |
| 5c340696-cbfd-4f7c-980b-6712f919841f | Open vSwitch agent | Ubuntu-37 | :-) | True | neutron-openvswitch-agent |
| d3de59fe-1f51-4d57-8079-776109448a91 | L3 agent | Ubuntu-37 | :-) | True | neutron-l3-agent |
| fd071b5c-1bef-41e0-a737-466fce69b5c3 | DHCP agent | Ubuntu-37 | :-) | True | neutron-dhcp-agent |
+--------------------------------------+--------------------+----------------+-------+----------------+---------------------------+
** Affects: neutron
Importance: Undecided
Status: New
** Tags: vpnaas
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1351416
Title:
neutron agent-list reports incorrect binary
Status in OpenStack Neutron (virtual network service):
New
Bug description:
In an environment setup with devstack where the the neutron-vpn-agent
is used, 'neutron agent-list' is reporting the binary for the L3 agent
type is neutron-l3-agent. Neutron-vpn-agent is running but not
neutron-l3-agent. The binary column should list neutron-vpn-agent as
the binary, not neutron-l3-agent.
# . openrc admin admin
# ps -ef | grep neutron-l3-agent
(no output)
# ps -ef | grep neutron-vpn-agent
stack 5701 5699 0 10:57 pts/29 00:00:00 /usr/bin/python /usr/local/bin/neutron-vpn-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini --config-file=/etc/neutron/vpn_agent.ini
# neutron agent-list
+--------------------------------------+--------------------+-------------+-------+----------------+---------------------------+
| id | agent_type | host | alive | admin_state_up | binary |
+--------------------------------------+--------------------+-------------+-------+----------------+---------------------------+
| 264256b0-6228-4b7d-a169-c2e5cc5206d2 | Metadata agent | Ubuntu-37 | :-) | True | neutron-metadata-agent |
| 5c340696-cbfd-4f7c-980b-6712f919841f | Open vSwitch agent | Ubuntu-37 | :-) | True | neutron-openvswitch-agent |
| d3de59fe-1f51-4d57-8079-776109448a91 | L3 agent | Ubuntu-37 | :-) | True | neutron-l3-agent |
| fd071b5c-1bef-41e0-a737-466fce69b5c3 | DHCP agent | Ubuntu-37 | :-) | True | neutron-dhcp-agent |
+--------------------------------------+--------------------+----------------+-------+----------------+---------------------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1351416/+subscriptions
Follow ups
References