Drop removed xenapi options from test rtoowrap config

These options were used in very old neutron before neutron introduced
os-xenapi. These options were later removed and even Xen support was
removed so we no longer need these options.

Change-Id: I6aec348f0d75974bf8d16741e08d70283a938849
This commit is contained in:
Takashi Kajinami 2024-01-22 11:01:35 +09:00
parent e944dc144c
commit 684677ccb7

View File

@ -25,10 +25,3 @@ syslog_log_facility=syslog
# INFO means log all usage
# ERROR means only log unsuccessful attempts
syslog_log_level=ERROR
[xenapi]
# XenAPI configuration is only required by the L2 agent if it is to
# target a XenServer/XCP compute host's dom0.
xenapi_connection_url=<None>
xenapi_connection_username=root
xenapi_connection_password=<None>