hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.42k stars 9.51k forks source link

OpenStack- err: Get /: unsupported protocol scheme "" #15533

Closed joemillerr closed 7 years ago

joemillerr commented 7 years ago

Provisioning a machine from OpenStack I get the error below. I've tried setting OS_AUTH_URL using HTTP and HTTPS detailed in the following Packer Issue but no luck. https://github.com/hashicorp/packer/issues/2597

Terraform v0.9.11 Platform: Ubuntu 14.04


[DEBUG] plugin: terraform: openstack-provider (internal) 2017/07/11 17:37:19 [DEBUG] OpenStack Request URL: GET /
[DEBUG] plugin: terraform: openstack-provider (internal) 2017/07/11 17:37:19 [DEBUG] Openstack Request Headers:
[DEBUG] plugin: terraform: Accept: application/json
[DEBUG] plugin: terraform: User-Agent: Terraform 0.9.11 (go1.8) gophercloud/2.0.0
[ERROR] root: eval: *terraform.EvalConfigProvider, err: Get /: unsupported protocol scheme ""
[ERROR] root: eval: *terraform.EvalSequence, err: Get /: unsupported protocol scheme ""
[ERROR] root: eval: *terraform.EvalOpFilter, err: Get /: unsupported protocol scheme ""
[ERROR] root: eval: *terraform.EvalSequence, err: Get /: unsupported protocol scheme ""
[TRACE] [walkPlan] Exiting eval tree: provider.openstack
[DEBUG] dag/walk: upstream errored, not walking "openstack_compute_instance_v2.automated_provision"
[DEBUG] dag/walk: upstream errored, not walking "provider.openstack (close)"
[DEBUG] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
[DEBUG] dag/walk: upstream errored, not walking "provisioner.remote-exec (close)"
[DEBUG] dag/walk: upstream errored, not walking "provisioner.local-exec (close)"
[DEBUG] dag/walk: upstream errored, not walking "provisioner.chef (close)"
[DEBUG] dag/walk: upstream errored, not walking "root"
Error running plan: 1 error(s) occurred:

* provider.openstack: Get /: unsupported protocol scheme ""```
hashibot commented 7 years ago

This issue has been automatically migrated to terraform-providers/terraform-provider-openstack#48 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know.

ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.