From 3c50874c7a0d65d2e75589b6aa383ab0a41511fb Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 22 Oct 2015 16:05:16 -0400 Subject: [PATCH] auth: fix doc for default port Make sure the doc is default to 8042 port. Change-Id: I5cd963dbcb69ad09d51d25cc2ca809a09344c02a --- manifests/keystone/auth.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index 9a274798..d5f83fff 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -38,15 +38,15 @@ # Defaults to the value of auth_name. # # [*public_url*] -# (optional) The endpoint's public url. (Defaults to 'http://127.0.0.1:9311') +# (optional) The endpoint's public url. (Defaults to 'http://127.0.0.1:8042') # This url should *not* contain any trailing '/'. # # [*admin_url*] -# (optional) The endpoint's admin url. (Defaults to 'http://127.0.0.1:9311') +# (optional) The endpoint's admin url. (Defaults to 'http://127.0.0.1:8042') # This url should *not* contain any trailing '/'. # # [*internal_url*] -# (optional) The endpoint's internal url. (Defaults to 'http://127.0.0.1:9311') +# (optional) The endpoint's internal url. (Defaults to 'http://127.0.0.1:8042') # This url should *not* contain any trailing '/'. # class aodh::keystone::auth (