toolbox: use script handling signals

Since we use "sleep infinity" in kolla_toolbox container - stopping it
always ends up with exit code 143.

Let's use a wrapper script that handles signals correctly.

Closes-Bug: #2031692

Depends-On: https://review.opendev.org/c/openstack/kolla/+/891777
Change-Id: I84295b909d788ceb67bf09ef60fb0583108b111b
This commit is contained in:
Michal Nasiadka 2023-08-17 16:47:25 +02:00
parent 1497ab2ab3
commit 28e9f6e50c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"command": "sleep infinity",
"command": "kolla_toolbox",
"config_files": [
{% if enable_rabbitmq | bool %}{
"source": "{{ container_config_directory }}/rabbitmq-erlang.cookie",