commit | 471e70c75c05c5f4724457dd00187d42e79bcffd | [log] [tgz] |
---|---|---|
author | Fatih Degirmenci <fdegir@gmail.com> | Tue Oct 15 10:04:56 2019 +0200 |
committer | Fatih Degirmenci <fdegir@gmail.com> | Thu Apr 16 07:44:56 2020 +0000 |
tree | 5bc67e9cc12758e1f1280467beb5a289a14b0c28 | |
parent | ec46e52d144a10b9402396b548e0cf52d0faf342 [diff] |
Increase heat timeout value to 1200 seconds Change-Id: I4668bd07987463f12fa1757c453e7c98f99f624b
diff --git a/playbooks/roles/install-configure-heat/files/heat-jumphost.yaml b/playbooks/roles/install-configure-heat/files/heat-jumphost.yaml index 547ec23..ebee6b6 100644 --- a/playbooks/roles/install-configure-heat/files/heat-jumphost.yaml +++ b/playbooks/roles/install-configure-heat/files/heat-jumphost.yaml
@@ -68,7 +68,7 @@ properties: handle: { get_resource: wait_handle } count: 1 - timeout: 600 + timeout: 1200 wait_handle: type: OS::Heat::WaitConditionHandle
diff --git a/playbooks/roles/install-configure-heat/files/heat-server.yaml b/playbooks/roles/install-configure-heat/files/heat-server.yaml index 9fb8e49..acec2c4 100644 --- a/playbooks/roles/install-configure-heat/files/heat-server.yaml +++ b/playbooks/roles/install-configure-heat/files/heat-server.yaml
@@ -58,7 +58,7 @@ properties: handle: { get_resource: wait_handle } count: 1 - timeout: 600 + timeout: 1200 wait_handle: type: OS::Heat::WaitConditionHandle