Fixed description of auth_url config parameter

The description was the same as for admin_auth_url and stated that
it should be set to admin endpoint URL while public one should be
used instead.

Change-Id: I2b12b7436aa535212e65deae25e82da842d3b3f7
Closes-Bug: #1554587
This commit is contained in:
Jacek Tomasiak 2016-03-08 16:51:07 +01:00
parent eb1fde5058
commit 3639d73061

View File

@ -38,7 +38,7 @@ auth_opts = [
help="The non-administrative user's password."),
cfg.StrOpt("auth_url",
default=None,
help="URL for where to find the OpenStack Identity admin "
help="URL for where to find the OpenStack Identity public "
"API endpoint."),
cfg.StrOpt("admin_username",
default=None,