From c871135cdd83976ec22c4d4cb9b213dc157433b0 Mon Sep 17 00:00:00 2001 From: Michal Arbet Date: Wed, 19 Oct 2022 09:54:42 +0200 Subject: [PATCH] Remove xenapi from neutron ml2 config opts This patch just remove xenapi from setup.cfg as it has been already removed in [1]. [1] https://review.opendev.org/c/openstack/neutron/+/787736 Change-Id: I7d651c129bb9468ddcc344ddec66184e5cc1c5fa --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d72492d1a2e..19d9d8c8d03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -169,7 +169,6 @@ oslo.config.opts = neutron.ml2.ovn = neutron.conf.plugins.ml2.drivers.ovn.ovn_conf:list_opts neutron.ml2.ovs.agent = neutron.opts:list_ovs_opts neutron.ml2.sriov.agent = neutron.opts:list_sriov_agent_opts - neutron.ml2.xenapi = neutron.opts:list_xenapi_opts neutron.ovn.metadata.agent = neutron.conf.agent.ovn.metadata.config:list_metadata_agent_opts nova.auth = neutron.opts:list_nova_auth_opts placement.auth = neutron.opts:list_placement_auth_opts