Merge "Add missing ws separator between words"

This commit is contained in:
Zuul 2019-04-08 21:35:00 +00:00 committed by Gerrit Code Review
commit b98378b644
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class LBaaSv2Driver(base.LBaaSDriver):
self._octavia_tags = True
else:
LOG.warning('[neutron_defaults]resource_tags is set, but Octavia '
'API %d.%d does not support resource tagging. Kuryr'
'API %d.%d does not support resource tagging. Kuryr '
'will put requested tags in the description field of '
'Octavia resources.', *v)