Merge "Set octavia services' stop grace period to 300sec" into stable/rocky

This commit is contained in:
Zuul 2020-02-04 00:26:55 +00:00 committed by Gerrit Code Review
commit c4a6854355
3 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,7 @@ outputs:
step_4: step_4:
octavia_health_manager: octavia_health_manager:
start_order: 2 start_order: 2
stop_grace_period: 300
image: *octavia_health_manager_image image: *octavia_health_manager_image
net: host net: host
privileged: false privileged: false

View File

@ -115,6 +115,7 @@ outputs:
step_4: step_4:
octavia_housekeeping: octavia_housekeeping:
start_order: 2 start_order: 2
stop_grace_period: 300
image: *octavia_housekeeping_image image: *octavia_housekeeping_image
net: host net: host
privileged: false privileged: false

View File

@ -120,6 +120,7 @@ outputs:
step_4: step_4:
octavia_worker: octavia_worker:
start_order: 2 start_order: 2
stop_grace_period: 300
image: *octavia_worker_image image: *octavia_worker_image
net: host net: host
privileged: false privileged: false