Drop removed xenapi options from test rootwrap config

These options were used by neutron-rootwrap-xen-dom0 which was already
removed[1].

[1] 668f582f8df78089eef44a15a81c970c26c97dc4

Change-Id: I6aec348f0d75974bf8d16741e08d70283a938849
This commit is contained in:
Takashi Kajinami 2024-01-22 11:01:35 +09:00
parent e944dc144c
commit 9702419b63
1 changed files with 0 additions and 7 deletions

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>