mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
This adds two config options that we need in order to successfully build our Rackspace images. First, a boolean `rackconnect_wait` option which waits for the RackConnect metadata to appear. Second, an `ssh_interface` option, for rackconnect users who have more prohibitive firewalls on the 'public' interface and want to ensure all traffic to the server goes over the 'private' one. Finishes #952. |
||
|---|---|---|
| .. | ||
| access_config.go | ||
| access_config_test.go | ||
| artifact.go | ||
| artifact_test.go | ||
| builder.go | ||
| builder_test.go | ||
| image_config.go | ||
| image_config_test.go | ||
| run_config.go | ||
| run_config_test.go | ||
| server.go | ||
| ssh.go | ||
| step_allocate_ip.go | ||
| step_create_image.go | ||
| step_key_pair.go | ||
| step_run_source_server.go | ||
| step_wait_for_rackconnect.go | ||