From 1e1c6041acad135e37ed7e20cfcf2aedf82fbe9a Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 8 Jan 2015 16:06:09 -0500 Subject: [PATCH] Correct proxy::authtoken docs Updates several proxy::authtoken documentation parameters so that they match the implementation defaults. Change-Id: I572af876cbce704c0a252695afd44ec782f6b1d1 --- manifests/proxy/authtoken.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/proxy/authtoken.pp b/manifests/proxy/authtoken.pp index 182af48a..6b9c3c38 100644 --- a/manifests/proxy/authtoken.pp +++ b/manifests/proxy/authtoken.pp @@ -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.