[PATCH 6/7] terraform: Remove OpenStack from Kconfig.providers
Chuck Lever <[email protected]> Fri, 31 Oct 2025 20:50:19 -0400
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Chuck Lever <[email protected]> Remove the TERRAFORM_OPENSTACK configuration option from the cloud provider choice menu and remove the source line for the OpenStack Kconfig file. Generated-by: Claude AI Signed-off-by: Chuck Lever <[email protected]> --- terraform/Kconfig.providers | 7 ------- 1 file changed, 7 deletions(-) diff --git a/terraform/Kconfig.providers b/terraform/Kconfig.providers index 652c89309e9c..7813c52fae7b 100644 --- a/terraform/Kconfig.providers +++ b/terraform/Kconfig.providers @@ -31,12 +31,6 @@ config TERRAFORM_OCI Enabling this means you are going to use OCI for your cloud solution. -config TERRAFORM_OPENSTACK - bool "OpenStack" - help - Enabling this means you are going to use OpenStack for your cloud - solution. - config TERRAFORM_LAMBDALABS bool "Lambda Labs" depends on TARGET_ARCH_X86_64 @@ -62,6 +56,5 @@ source "terraform/gce/Kconfig" source "terraform/aws/Kconfig" source "terraform/azure/Kconfig" source "terraform/oci/Kconfig" -source "terraform/openstack/Kconfig" source "terraform/lambdalabs/Kconfig" source "terraform/rcloud/Kconfig" -- 2.51.0