dbbf891fd2
Hold the vnf in "PENDING_DELETE" state until underlying heat-stack deletion is complete. Closes-bug: #1554663 Change-Id: I5c52a9fc55950355f9122cc907f41cb8b9217a5c
6 lines
136 B
Python
6 lines
136 B
Python
VNF_CIRROS_CREATE_TIMEOUT = 300
|
|
VNF_CIRROS_DELETE_TIMEOUT = 300
|
|
VNF_CIRROS_DEAD_TIMEOUT = 250
|
|
ACTIVE_SLEEP_TIME = 3
|
|
DEAD_SLEEP_TIME = 1
|