Add stop_grace_period for heat_engine container
Heat engine requires longer shutdown time for cleanup. The default 10s is not enough. Let's increase it to something reasonable. Change-Id: Ie80112d75a74b1a9d1d497edcfcda8dba3de5345 Closes-Bug: #1813771
This commit is contained in:
parent
c7479871bc
commit
c618b21688
@ -248,6 +248,7 @@ outputs:
|
||||
image: *heat_engine_image
|
||||
net: host
|
||||
privileged: false
|
||||
stop_grace_period: 60
|
||||
restart: always
|
||||
healthcheck:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user