commit | 1d3de765d0d4f31373304ae0bd867148fb18e6c5 | [log] [tgz] |
---|---|---|
author | Michiel Piscaer <michiel@piscaer.com> | Mon Jul 04 21:08:12 2022 +0000 |
committer | Michiel Piscaer <michiel@piscaer.com> | Mon Jul 04 21:09:03 2022 +0000 |
tree | f77d1e2978a073635ffc2edf9be7ec5190509890 | |
parent | 13de9ba5e82cf0aebbef199a28c8030c5ae017e7 [diff] |
Correct Nova timeout Sem-Ver: bugfix Change-Id: Id657b9a7a0a5368520f2f889daaecad3b9457d22
diff --git a/releasenotes/notes/correct_nova_timeout-111d1967cacf02dc.yaml b/releasenotes/notes/correct_nova_timeout-111d1967cacf02dc.yaml new file mode 100644 index 0000000..360426e --- /dev/null +++ b/releasenotes/notes/correct_nova_timeout-111d1967cacf02dc.yaml
@@ -0,0 +1,3 @@ +--- +fixes: Correct the Nova timeout +
diff --git a/roles/openstack_helm_nova/tasks/main.yml b/roles/openstack_helm_nova/tasks/main.yml index f96cc9a..4ed0fe8 100644 --- a/roles/openstack_helm_nova/tasks/main.yml +++ b/roles/openstack_helm_nova/tasks/main.yml
@@ -92,7 +92,7 @@ values: "{{ _openstack_helm_nova_values }}" # NOTE(mnaser): This is a a workaround due to the fact that Nova's online # data migrations take forever. - wait_timeout: 10m + timeout: 10m - name: Create Ingress ansible.builtin.include_role: