-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhos-18.0.0
-
None
-
3
-
False
-
-
False
-
?
-
openstackclient-6.2.1-18.0.20250227154745.0217295.el9osttrunk
-
None
-
-
-
Neutron Sprint 9, Neutron Sprint 10, Neutron Sprint 11, Neutron Sprint 12, Neutron Sprint 13, Neutron Sprint 14, Neutron Sprint 15, Neutron Sprint 16, Neutron Sprint 17
-
9
-
Moderate
The OpenStack client does not have options to filter the OVN Neutron agents, using the parameter "--agent-type".
From neutron.common.ovn.constants:
OVN_CONTROLLER_AGENT = 'OVN Controller agent'
OVN_CONTROLLER_GW_AGENT = 'OVN Controller Gateway agent'
OVN_METADATA_AGENT = 'OVN Metadata agent'
OVN_NEUTRON_AGENT = 'OVN Neutron agent'
OVN_CONTROLLER_TYPES = (OVN_CONTROLLER_AGENT,
OVN_CONTROLLER_GW_AGENT,
)