Merge "Fix underlay.get_logs() method"
diff --git a/tcp_tests/templates/shared-openstack.yaml b/tcp_tests/templates/shared-openstack.yaml
index b48a611..4a5be47 100644
--- a/tcp_tests/templates/shared-openstack.yaml
+++ b/tcp_tests/templates/shared-openstack.yaml
@@ -76,7 +76,7 @@
     -C "I@keystone:server" cmd.run ". /root/keystonercv3;
     openstack image list"
   node_name: {{ HOSTNAME_CFG01 }}
-  retry: {count: 1, delay: 5}
+  retry: {count: 5, delay: 15}
   skip_fail: false
 {%- endmacro %}