diff --git a/pkg/types/installconfig.go b/pkg/types/installconfig.go index cccdb89f862..d1b5008bd25 100644 --- a/pkg/types/installconfig.go +++ b/pkg/types/installconfig.go @@ -16,13 +16,13 @@ var ( // platforms presented to the user in the interactive wizard. PlatformNames = []string{ aws.Name, - openstack.Name, } // HiddenPlatformNames is a slice with all the // hidden-but-supported platform names. This list isn't presented // to the user in the interactive wizard. HiddenPlatformNames = []string{ none.Name, + openstack.Name, } )