Merge "Add in a STOPSIGNAL configuration"

This commit is contained in:
Zuul 2018-05-01 09:25:11 +00:00 committed by Gerrit Code Review
commit cc190aabe5
1 changed files with 2 additions and 0 deletions

View File

@ -557,4 +557,6 @@ RUN mkdir -p /openstack && \
{% block base_footer %}
# workaround LP1696283
RUN mkdir -p /etc/ssh && touch /etc/ssh/ssh_known_hosts
# workaround for LP#1765802
STOPSIGNAL SIGTERM
{% endblock %}