packer/builder/cloudstack
Rickard von Essen 0d7c3ac171
cloudstack: Allow reading api_url, api_key, and secret_key from env vars
If unset reads:

- `api_url` from `CLOUDSTACK_API_URL`
- `api_key` from `CLOUDSTACK_API_KEY`
- `secret_key` from `CLOUDSTACK_SECRET_KEY`
2017-07-14 07:34:11 +02:00
..
artifact.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
artifact_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
builder.go Make sure we always print and return any errors 2017-07-06 23:31:13 +02:00
builder_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
config.go cloudstack: Allow reading api_url, api_key, and secret_key from env vars 2017-07-14 07:34:11 +02:00
config_test.go Removed default value for ssh_username 2016-11-17 22:30:34 +01:00
ssh.go update ssh client usage for new crypto/ssh version 2017-05-18 12:01:44 -07:00
step_configure_networking.go Make expunge optional and improve logging output (#5099) 2017-07-07 10:54:58 +02:00
step_create_instance.go Make expunge optional and improve logging output (#5099) 2017-07-07 10:54:58 +02:00
step_create_template.go Make sure we always print and return any errors 2017-07-06 23:31:13 +02:00
step_prepare_config.go Make expunge optional and improve logging output (#5099) 2017-07-07 10:54:58 +02:00
step_shutdown_instance.go Make expunge optional and improve logging output (#5099) 2017-07-07 10:54:58 +02:00