From c428154c6df66a48360b10ac41a94fbe17d9c9ce Mon Sep 17 00:00:00 2001 From: John-Paul Robinson Date: Tue, 23 Jul 2019 16:34:11 -0500 Subject: [PATCH] Document instance_floating_ip_net attribute This attribute selects a preferred network on which to associate the instance floating ip. --- website/source/docs/builders/openstack.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/source/docs/builders/openstack.html.md b/website/source/docs/builders/openstack.html.md index a11780db0..9ae7a9395 100644 --- a/website/source/docs/builders/openstack.html.md +++ b/website/source/docs/builders/openstack.html.md @@ -153,6 +153,13 @@ builder. - `insecure` (boolean) - Whether or not the connection to OpenStack can be done over an insecure connection. By default this is false. +- `instance_floating_ip_net` (string) - The ID of the network to which the + instance is attached and which should be used to associate with the floating + IP. This provides control over the floating ip association on multi-homed + instances. The association otherwise depends on a first-returned-interface + policy which could fail if the network to which it is connected is + unreachable from the floating IP network. + - `key` (string) - Client private key file path for SSL client authentication. If omitted the `OS_KEY` environment variable can be used.