We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: