Skip to content

Commit 6d1efb0

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Replace invisible unicode chars" into stable/zed
2 parents bfa8e40 + 2cb59e4 commit 6d1efb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/base/Dockerfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
122122
{%- if not loop.last %} \{% endif %}
123123
{% endfor -%}
124124

125-
{% for cmd in rpm_setup %}
125+
{% for cmd in rpm_setup %}
126126
{{ cmd }}
127-
{% endfor %}
127+
{% endfor %}
128128

129129
{% block base_centos_repo_overrides_post_rpm %}{% endblock %}
130130

specs/logging-with-heka.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ An alternative to this proposal involves using Logstash in a centralized
256256
way as done in [1].
257257

258258
Another alternative would be to execute Logstash on each cluster node, as this
259-
spec proposes with Heka. But this would mean running a JVM on each cluster
259+
spec proposes with Heka. But this would mean running a JVM on each cluster
260260
node, and using Redis as a centralized queue.
261261

262262
Also, as described above, we initially considered relying on services writing

0 commit comments

Comments
 (0)