Add missing ws between words in log messages

This is to add missing ws between words in log messages.

Change-Id: I4eac2c7549f2726cf6fb1013c7a43c246c27e57e
This commit is contained in:
zhufl 2019-09-23 11:48:00 +08:00
parent e6d41159c6
commit 05d9fa0f2a
1 changed files with 5 additions and 5 deletions

View File

@ -228,11 +228,11 @@ class TrustResource(ks_flask.ResourceBase):
# rule check_str is ""
if isinstance(rules, op_checks.TrueCheck):
LOG.warning(
"The policy check string for rule \"identity:list_trusts\" has been overridden"
"to \"always true\". In the next release, this will cause the"
"\"identity:list_trusts\" action to be fully permissive as hardcoded"
"enforcement will be removed. To correct this issue, either stop overriding the"
"\"identity:list_trusts\" rule in config to accept the defaults, or explicitly"
"The policy check string for rule \"identity:list_trusts\" has been overridden "
"to \"always true\". In the next release, this will cause the "
"\"identity:list_trusts\" action to be fully permissive as hardcoded "
"enforcement will be removed. To correct this issue, either stop overriding the "
"\"identity:list_trusts\" rule in config to accept the defaults, or explicitly "
"set a rule that is not empty."
)
if not flask.request.args: