Skip to content

Commit

Permalink
Merge "auth: fix doc for default port"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Oct 30, 2015
2 parents 2f4dca9 + 3c50874 commit ea89099
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 ea89099

Please sign in to comment.