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:
parent
1497ab2ab3
commit
28e9f6e50c
@ -1,5 +1,5 @@
|
||||
{
|
||||
"command": "sleep infinity",
|
||||
"command": "kolla_toolbox",
|
||||
"config_files": [
|
||||
{% if enable_rabbitmq | bool %}{
|
||||
"source": "{{ container_config_directory }}/rabbitmq-erlang.cookie",
|
||||
|
Loading…
Reference in New Issue
Block a user