Skip to content

Commit 24a1556

Browse files
committed
Remove unnecesary spaces in log messages.
Spaces added by mistake in some log messages. Change-Id: Ie65c17d3bed28fc79a65904c410e563d4e6f0c0d
1 parent a39f3b3 commit 24a1556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/keystone/auth.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
}
189189

190190
if $port {
191-
warning('The port parameter is deprecated, use public_url, internal_url, admin_url, \
192-
public_url_s3, internal_url_s3 and admin_url_s3 instead.')
191+
warning("The port parameter is deprecated, use public_url, internal_url, admin_url, \
192+
public_url_s3, internal_url_s3 and admin_url_s3 instead.")
193193
}
194194

195195
if $public_port {

0 commit comments

Comments
 (0)