summaryrefslogtreecommitdiff
path: root/nova/privsep
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-07-27 14:20:12 +0100
committerLee Yarwood <lyarwood@redhat.com>2021-01-22 10:06:40 +0000
commit3a390c2c8238409c00acc08fad725d46fa02c0ad (patch)
tree551704eedcb84072cf33fb4846de91104150ea72 /nova/privsep
parentd02ce3c4f0efe6c437b0d22ea17afdd713e45d43 (diff)
downloadnova-3a390c2c8238409c00acc08fad725d46fa02c0ad.tar.gz
libvirt: Drop support for Xen
This hasn't been validated upstream and there doesn't appear to be anyone using it. It's time to drop support for this. This is mostly test and documentation damage, though there is some other cleanup going on, like the removal of the essentially noop 'pick_disk_driver_name' helper. Change-Id: I73305e82da5d8da548961b801a8e75fb0e8c4cf1 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'nova/privsep')
-rw-r--r--nova/privsep/libvirt.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/privsep/libvirt.py b/nova/privsep/libvirt.py
index b7247c5cd0..6ca99b98b4 100644
--- a/nova/privsep/libvirt.py
+++ b/nova/privsep/libvirt.py
@@ -192,11 +192,6 @@ def readpty(path):
@nova.privsep.sys_admin_pctxt.entrypoint
-def xend_probe():
- processutils.execute('xend', 'status', check_exit_code=True)
-
-
-@nova.privsep.sys_admin_pctxt.entrypoint
def create_mdev(physical_device, mdev_type, uuid=None):
"""Instantiate a mediated device."""
if uuid is None: