From e402c61cc52f0ff490932e4e2802a61e2f6c121b Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Thu, 15 Jun 2017 23:00:07 -0500 Subject: Removing double spaces When user generate config using oslo genconfig, the comments in the keystone middleware section contains double spaces between some words. This patch set removes the extra spaces in the help comment for auth_uri. TrivialFix Change-Id: I4ac514df6d2d229de1b04557771ddb0253c5baa0 --- keystonemiddleware/auth_token/_opts.py | 10 +++++----- 1 file 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.'), -- cgit v1.2.1