Skip to content

Commit ea89099

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "auth: fix doc for default port"
2 parents 2f4dca9 + 3c50874 commit ea89099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/keystone/auth.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
# Defaults to the value of auth_name.
3939
#
4040
# [*public_url*]
41-
# (optional) The endpoint's public url. (Defaults to 'http://127.0.0.1:9311')
41+
# (optional) The endpoint's public url. (Defaults to 'http://127.0.0.1:8042')
4242
# This url should *not* contain any trailing '/'.
4343
#
4444
# [*admin_url*]
45-
# (optional) The endpoint's admin url. (Defaults to 'http://127.0.0.1:9311')
45+
# (optional) The endpoint's admin url. (Defaults to 'http://127.0.0.1:8042')
4646
# This url should *not* contain any trailing '/'.
4747
#
4848
# [*internal_url*]
49-
# (optional) The endpoint's internal url. (Defaults to 'http://127.0.0.1:9311')
49+
# (optional) The endpoint's internal url. (Defaults to 'http://127.0.0.1:8042')
5050
# This url should *not* contain any trailing '/'.
5151
#
5252
class aodh::keystone::auth (

0 commit comments

Comments
 (0)