packer/builder/openstack
Matthew Hooker a831d522be
change run signatures
Run now takes a context as well as a statebag. We'll assign the context
to the blank identifier to prevent namespace collisions. We'll let the
step authors opt-in to using the context.

`find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;`
2018-01-24 17:09:17 -08:00
..
access_config.go use cleanhttp to get a default transport. 2017-05-24 11:05:59 -07:00
artifact.go Second part of resync of gophercloud 2016-12-13 14:06:01 -08:00
artifact_test.go run goimports 2018-01-22 17:21:10 -08:00
builder.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
builder_test.go run goimports 2018-01-22 17:21:10 -08:00
image_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
image_config_test.go Add base support for openstack [GH-155] 2013-08-26 21:57:23 -07:00
run_config.go Fix error message 2017-05-18 18:40:16 +09:00
run_config_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
server.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
ssh.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_add_image_members.go change run signatures 2018-01-24 17:09:17 -08:00
step_allocate_ip.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_image.go change run signatures 2018-01-24 17:09:17 -08:00
step_get_password.go change run signatures 2018-01-24 17:09:17 -08:00
step_key_pair.go change run signatures 2018-01-24 17:09:17 -08:00
step_key_pair_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_load_extensions.go change run signatures 2018-01-24 17:09:17 -08:00
step_load_flavor.go change run signatures 2018-01-24 17:09:17 -08:00
step_run_source_server.go change run signatures 2018-01-24 17:09:17 -08:00
step_stop_server.go change run signatures 2018-01-24 17:09:17 -08:00
step_update_image_visibility.go change run signatures 2018-01-24 17:09:17 -08:00
step_wait_for_rackconnect.go change run signatures 2018-01-24 17:09:17 -08:00