update docs

pull/4283/head
Matthew Hooker 10 years ago
parent 1408c3fde8
commit 9c863cb081
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -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.

Loading…
Cancel
Save