packer-cn/builder/openstack
John-Paul Robinson 5fe9f3980d Fix #7171: select instance network on which to assign floating ip
Add config parameter instance_floating_ip_net to control
floating ip assignment for a multi-homed instances.  This ensures
the floating ip can be correctly assigned to the instance port
that is connected to the preferred network for floating ip assignment.

This avoids the default first-returned selection method which may
choose a network to which floating ip's can't be assigned,
e.g. because that network is not reachable from the floating ip
network.
2019-07-17 17:00:28 -05:00
..
access_config.go Support reading app creds from packer config 2019-02-09 22:52:02 -05:00
artifact.go Replaced compute/v2/images with imageservice/v2/images. 2018-11-25 14:30:31 -05:00
artifact_test.go run goimports 2018-01-22 17:21:10 -08:00
builder.go Fix #7171: select instance network on which to assign floating ip 2019-07-17 17:00:28 -05:00
builder_test.go run goimports 2018-01-22 17:21:10 -08:00
image_config.go openstack: Add support for tagging new images. 2018-11-23 20:22:10 -05:00
image_config_test.go Add base support for openstack [GH-155] 2013-08-26 21:57:23 -07:00
networks.go Fix #7171: select instance network on which to assign floating ip 2019-07-17 17:00:28 -05:00
run_config.go Fix #7171: select instance network on which to assign floating ip 2019-07-17 17:00:28 -05:00
run_config_test.go Add image filtering on properties. 2019-04-30 16:34:40 +02:00
server.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
ssh.go allow ssh_host override for OpenStack 2019-07-02 14:00:51 -07:00
step_add_image_members.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_allocate_ip.go Fix #7171: select instance network on which to assign floating ip 2019-07-17 17:00:28 -05:00
step_create_image.go builder/openstack/step_create_image.go: pass context for cancellation 2019-02-25 15:03:11 +01:00
step_create_volume.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_detach_volume.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_get_password.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_key_pair.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_key_pair_test.go up test 2018-08-29 14:40:33 +02:00
step_load_flavor.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_run_source_server.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_source_image_info.go Remove some debugging messages. 2019-05-02 10:56:09 +02:00
step_stop_server.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_update_image_tags.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_update_image_visibility.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_wait_for_rackconnect.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
volume.go OpenStack: wait for volume availability when cleaning up 2018-09-21 10:13:45 +09:00