rabbitmq: bump wait timeout to 60 seconds

Closes-Bug: #2057676

Change-Id: I9e0287a4e80b1ebcecf9e3b66c11d4233970a30b
(cherry picked from commit 7bb50ee05e)
This commit is contained in:
Michal Nasiadka 2024-03-12 15:30:04 +01:00 committed by Maksim Malchuk
parent c67aee482c
commit d82c2deb80
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@
service_name: "rabbitmq"
service: "{{ rabbitmq_services[service_name] }}"
become: true
command: "{{ kolla_container_engine }} exec {{ service.container_name }} rabbitmqctl wait {{ rabbitmq_pid_file }}"
command: "{{ kolla_container_engine }} exec {{ service.container_name }} rabbitmqctl wait --timeout 60 {{ rabbitmq_pid_file }}"