Skip to content

Commit

Permalink
auth: fix doc for default port
Browse files Browse the repository at this point in the history
Make sure the doc is default to 8042 port.

Change-Id: I5cd963dbcb69ad09d51d25cc2ca809a09344c02a
  • Loading branch information
EmilienM committed Oct 22, 2015
1 parent fb8be80 commit 3c50874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/keystone/auth.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 3c50874

Please sign in to comment.