** Changed in: neutron
       Status: Incomplete => Invalid

-- 
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):
  Invalid

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to