Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect cloud provider type for OpenStack terraform template #95

Open
a-anokhin opened this issue Apr 28, 2023 · 0 comments
Open

Incorrect cloud provider type for OpenStack terraform template #95

a-anokhin opened this issue Apr 28, 2023 · 0 comments

Comments

@a-anokhin
Copy link

a-anokhin commented Apr 28, 2023

cloud = {
provider = "openstack"
configFile = var.provider_config_file_path
}

openstack is unsupported cloud provider type.
Tested with launchpad 1.5.2 and receive error
level=error msg="invalid Kubernetes config: cloud provider value must be one of [aws azure vsphere gce external]

For OpenStack provider should be external

cloud = {
    provider = "external"
    configFile = var.provider_config_file_path
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant