Correct proxy::authtoken docs

Updates several proxy::authtoken documentation parameters so
that they match the implementation defaults.

Change-Id: I572af876cbce704c0a252695afd44ec782f6b1d1
This commit is contained in:
Dan Prince
2015-01-08 16:06:09 -05:00
parent f9724a5050
commit 1e1c6041ac

View File

@@ -7,12 +7,12 @@
# for authenticating. If this is choosen if is used instead of a user,tenant,password.
# Optional. Defaults to false.
# [admin_user] User used to authenticate service.
# Optional. Defaults to admin
# Optional. Defaults to 'swift'.
# [admin_tenant_name] Tenant used to authenticate service.
# Optional. Defaults to openstack.
# Optional. Defaults to 'services'.
# [admin_password] Password used with user to authenticate service.
# Optional. Defaults to ChangeMe.
# [delay_decision] Set to 1 to support token-less access (anonymous access,
# Optional. Defaults to 'password'.
# [delay_auth_decision] Set to 1 to support token-less access (anonymous access,
# tempurl, ...)
# Optional, Defaults to 0
# [auth_host] Host providing the keystone service API endpoint. Optional.