From c909a27e7bfc6d348ef93a2b8251146df292582e Mon Sep 17 00:00:00 2001 From: r_takaishi Date: Wed, 24 May 2017 14:07:12 +0900 Subject: [PATCH] fix docs --- website/source/docs/builders/openstack.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/openstack.html.md b/website/source/docs/builders/openstack.html.md index 77fac9c38..14dfed447 100644 --- a/website/source/docs/builders/openstack.html.md +++ b/website/source/docs/builders/openstack.html.md @@ -80,7 +80,7 @@ builder. cloud-init metadata. - `cert` (string) - Client certificate file path for SSL client authentication. - If omitted the OS_CERT environment variable is used. + If omitted the OS_CERT environment variable can be used. - `domain_name` or `domain_id` (string) - The Domain name or ID you are authenticating with. OpenStack installations require this if identity v3 is used. @@ -105,8 +105,8 @@ builder. - `insecure` (boolean) - Whether or not the connection to OpenStack can be done over an insecure connection. By default this is false. -- `key` (string) - Cleint private key file path for SSL client authentication. - If ommited the OS_KEY environment variable is used. +- `key` (string) - Client private key file path for SSL client authentication. + If ommited the OS_KEY environment variable can be used. - `metadata` (object of key/value strings) - Glance metadata that will be applied to the image.