config.yaml: Re-word description for ldap-server and ldap-user

Make it more apparent to the command-line user that the charm
expects a LDAP URL and not a IP-address to a LDAP server.

Extend description of ldap-user to make it clear that the
charm expects a full DN to bind width, and that it will
not build one itself based on suffix etc

Change-Id: Icf983faef7024dd4647cdb8140c289b103821bb8
This commit is contained in:
Frode Nordahl 2017-06-07 15:05:56 +02:00
parent 7a1d9eb3f8
commit 29b6b23cd0
1 changed files with 8 additions and 2 deletions

View File

@ -6,11 +6,17 @@ options:
ldap-server:
type: string
default:
description: LDAP server address for keystone identity backend.
description: |
LDAP server URL for keystone identity backend.
.
Example: ldap://10.10.10.10/
ldap-user:
type: string
default:
description: Username of the LDAP identity server.
description: |
Username (Distinguished Name) used to bind to LDAP identity server.
.
Example: cn=admin,dc=test,dc=com
ldap-password:
type: string
default: