summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-23 02:57:04 +0000
committerGerrit Code Review <review@openstack.org>2017-06-23 02:57:04 +0000
commitc0ad34545a497e72246127915e28084990116de6 (patch)
treed36580ca53389b502e7a9a9937c54ee927a4d6f4
parent6a52a8456e936e9eb4af12a307fc0a103e8f4049 (diff)
parente402c61cc52f0ff490932e4e2802a61e2f6c121b (diff)
downloadkeystonemiddleware-c0ad34545a497e72246127915e28084990116de6.tar.gz
Merge "Removing double spaces"
-rw-r--r--keystonemiddleware/auth_token/_opts.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/keystonemiddleware/auth_token/_opts.py b/keystonemiddleware/auth_token/_opts.py
index 639779f..488a482 100644
--- a/keystonemiddleware/auth_token/_opts.py
+++ b/keystonemiddleware/auth_token/_opts.py
@@ -41,11 +41,11 @@ _OPTS = [
help='Complete "public" Identity API endpoint. This endpoint'
' should not be an "admin" endpoint, as it should be accessible'
' by all end users. Unauthenticated clients are redirected to'
- ' this endpoint to authenticate. Although this endpoint should '
- ' ideally be unversioned, client support in the wild varies. '
- ' If you\'re using a versioned v2 endpoint here, then this '
- ' should *not* be the same endpoint the service user utilizes '
- ' for validating tokens, because normal end users may not be '
+ ' this endpoint to authenticate. Although this endpoint should'
+ ' ideally be unversioned, client support in the wild varies.'
+ ' If you\'re using a versioned v2 endpoint here, then this'
+ ' should *not* be the same endpoint the service user utilizes'
+ ' for validating tokens, because normal end users may not be'
' able to reach that endpoint.'),
cfg.StrOpt('auth_version',
help='API version of the admin Identity API endpoint.'),