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

Examples failing with latest version of terraform and OpenStack #4

Open
justyntemme opened this issue Dec 16, 2022 · 0 comments
Open

Comments

@justyntemme
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
Run terraform apply on the first example directory with a fresh OpenStack install

Error.
Error: Unable to create openstack_compute_keypair_v2 user-key: Bad request with: [POST https://172.20.3.143:8774/v2.1/os-keypairs], error message: {"badRequest": {"code": 400, "message": "Keypair data is invalid: failed to generate fingerprint"}} │ │ with openstack_compute_keypair_v2.user_key, │ on 010-ssh-key.tf line 3, in resource "openstack_compute_keypair_v2" "user_key": │ 3: resource "openstack_compute_keypair_v2" "user_key" { │ ╵ ╷ │ Error: Error creating openstack_networking_router_v2: Resource not found: [POST https://172.20.3.143:9696/v2.0/routers], error message: {"NeutronError": {"type": "NetworkNotFound", "message": "Network f67f0d72-0ddf-11e4-9d95-e1f29f417e2f could not be found.", "detail": ""}} │ │ with openstack_networking_router_v2.generic, │ on 020-network.tf line 4, in resource "openstack_networking_router_v2" "generic": │ 4: resource "openstack_networking_router_v2" "generic" { │ ╵ FAIL

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