Skip to content

Commit d2e21c5

Browse files
committed
terraform: Remove OpenStack from Kconfig.providers
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]>
1 parent 61f5c37 commit d2e21c5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

terraform/Kconfig.providers

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ config TERRAFORM_OCI
3131
Enabling this means you are going to use OCI for your cloud
3232
solution.
3333

34-
config TERRAFORM_OPENSTACK
35-
bool "OpenStack"
36-
help
37-
Enabling this means you are going to use OpenStack for your cloud
38-
solution.
39-
4034
config TERRAFORM_LAMBDALABS
4135
bool "Lambda Labs"
4236
depends on TARGET_ARCH_X86_64
@@ -62,6 +56,5 @@ source "terraform/gce/Kconfig"
6256
source "terraform/aws/Kconfig"
6357
source "terraform/azure/Kconfig"
6458
source "terraform/oci/Kconfig"
65-
source "terraform/openstack/Kconfig"
6659
source "terraform/lambdalabs/Kconfig"
6760
source "terraform/rcloud/Kconfig"

0 commit comments

Comments
 (0)