From 9c863cb081a8a96c7f60426bd763e8936a97f6db Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 14 Dec 2016 16:00:29 -0800 Subject: [PATCH] update docs --- website/source/docs/builders/openstack.html.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/openstack.html.md b/website/source/docs/builders/openstack.html.md index 09382101d..7e0e94f32 100644 --- a/website/source/docs/builders/openstack.html.md +++ b/website/source/docs/builders/openstack.html.md @@ -73,9 +73,6 @@ builder. ### Optional: -- `api_key` (string) - The API key used to access OpenStack. Some OpenStack - installations require this. - - `availability_zone` (string) - The availability zone to launch the server in. If this isn't specified, the default enforced by your OpenStack cluster will be used. This may be required for some OpenStack clusters. @@ -96,6 +93,13 @@ builder. - `floating_ip_pool` (string) - The name of the floating IP pool to use to allocate a floating IP. +- `image_members` (array of strings) - List of members to add to the image + after creation. An image member is usually a project (also called the + “tenant”) with whom the image is shared. + +- `image_visibility` (string) - One of "public", "private", "shared", or + "community". + - `insecure` (boolean) - Whether or not the connection to OpenStack can be done over an insecure connection. By default this is false.