[PATCH 3/7] kconfigs: Remove remaining OpenStack references
Chuck Lever <[email protected]> Fri, 31 Oct 2025 20:50:16 -0400
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Chuck Lever <[email protected]> Remove OpenStack references from various Kconfig files including: - Remove OpenStack example from guestfs cloud-init documentation - Remove OpenStack nova reference from libvirt aio mode documentation - Remove OpenStack from bringup terraform cloud provider list - Remove TERRAFORM_OPENSTACK dependency from TERRAFORM_PRIVATE_NET Generated-by: Claude AI Signed-off-by: Chuck Lever <[email protected]> --- kconfigs/Kconfig.bringup | 1 - kconfigs/Kconfig.guestfs | 2 +- kconfigs/Kconfig.libvirt | 4 ---- terraform/Kconfig | 2 +- 4 files changed, 2 insertions(+), 7 deletions(-) diff --git a/kconfigs/Kconfig.bringup b/kconfigs/Kconfig.bringup index 0b1c8805d0b2..39bd93b8686d 100644 --- a/kconfigs/Kconfig.bringup +++ b/kconfigs/Kconfig.bringup @@ -45,7 +45,6 @@ config TERRAFORM * Azure * AWS - * OpenStack * GCE Enabling this option will enable installing terraform dependencies diff --git a/kconfigs/Kconfig.guestfs b/kconfigs/Kconfig.guestfs index 3bc4b06032be..75996c5eba7e 100644 --- a/kconfigs/Kconfig.guestfs +++ b/kconfigs/Kconfig.guestfs @@ -147,7 +147,7 @@ choice config GUESTFS_DEBIAN_TRIXIE_GENERIC_AMD64 bool "debian-13-generic-amd64-daily" help - Should run in any environment using cloud-init, for e.g. OpenStack, + Should run in any environment using cloud-init, for e.g. DigitalOcean and also on bare metal. This is the image you should try to use and stick to for kernel testing. diff --git a/kconfigs/Kconfig.libvirt b/kconfigs/Kconfig.libvirt index 4f29630912f2..cadec787ba1e 100644 --- a/kconfigs/Kconfig.libvirt +++ b/kconfigs/Kconfig.libvirt @@ -936,13 +936,9 @@ config LIBVIRT_AIO_MODE_NATIVE aio=native on sparsefiles. The claim seems to be that a host filesystems metadata write can block the AIO io_submit() call and therefore block QEMU threads which expect AIO behaviour on the guest. - This is documented when on Openstack nova an aio mode option was - requested to be available for different backends: If you want to use PCIe passthrough you cannot use aio=native. - https://review.opendev.org/c/openstack/nova-specs/+/232514/7/specs/mitaka/approved/libvirt-aio-mode.rst - config LIBVIRT_AIO_MODE_THREADS bool "aio=threads" help diff --git a/terraform/Kconfig b/terraform/Kconfig index c0b2bfb0338c..62d138b621a4 100644 --- a/terraform/Kconfig +++ b/terraform/Kconfig @@ -10,7 +10,7 @@ endmenu config TERRAFORM_PRIVATE_NET bool "Add a private network for the guests" - depends on TERRAFORM_OPENSTACK || TERRAFORM_AZURE + depends on TERRAFORM_AZURE default y help This option adds a private network between the various guests -- 2.51.0