fix(heat): raise rpc_response_timeout
diff --git a/roles/heat/vars/main.yml b/roles/heat/vars/main.yml
index 0374cf7..3104161 100644
--- a/roles/heat/vars/main.yml
+++ b/roles/heat/vars/main.yml
@@ -31,6 +31,7 @@
log_config_append: null
num_engine_workers: 8
region_name_for_services: "{{ openstack_helm_endpoints['identity']['auth']['heat']['region_name'] }}"
+ rpc_response_timeout: 600
server_keystone_endpoint_type: public
clients_keystone:
endpoint_type: publicURL
@@ -49,3 +50,6 @@
ingress_cfn: false
service_ingress_api: false
service_ingress_cfn: false
+
+_heat_ingress_annotations:
+ nginx.ingress.kubernetes.io/proxy-read-timeout: "630"