File tree Expand file tree Collapse file tree
etc/kayobe/environments/baremetal/kolla Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[DEFAULT]
22timeout = 0
33{% if "genericswitch" in kolla_neutron_ml2_mechanism_drivers %}
4- # We are increasing the RPC response timeouts to 5 minutes due to the neutron
4+ # We are increasing the RPC response timeouts to 6 minutes due to the neutron
55# generic switch driver, which synchronously applies switch configuration for
66# each ironic port during node provisioning and tear down.
77# The specific API calls that require this long timeout are:
Original file line number Diff line number Diff line change 11[DEFAULT]
22{% if kolla_enable_ironic | bool and "genericswitch" in kolla_neutron_ml2_mechanism_drivers %}
3- # We are increasing the RPC response timeouts to 5 minutes due to the neutron
3+ # We are increasing the RPC response timeouts to 6 minutes due to the neutron
44# generic switch driver, which synchronously applies switch configuration for
55# each ironic port during node provisioning and tear down.
66# The specific API calls that require this long timeout are:
Original file line number Diff line number Diff line change 1515# - Deletion of ports.
1616haproxy_client_timeout : 5m30
1717haproxy_server_timeout : 5m30
18+ neutron_tls_proxy_client_timeout : 5m30
19+ neutron_tls_proxy_server_timeout : 5m30
1820{% endif %}
1921
2022# ############################################################################
2123# Neutron tunings
2224
23- {% if kolla_enable_ironic | bool and "genericswitch" in kolla_neutron_ml2_mechanism_drivers %}
24- neutron_tls_proxy_client_timeout : 5m30
25- neutron_tls_proxy_server_timeout : 5m30
26- {% endif %}
27-
2825# ############################################################################
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ features:
33 - |
44 Added the ``baremetal`` mixin environment. This is an opt-in feature.
55 Please see the `docs
6- <https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-2025.1 /configuration/stackhpc-mixin-environments.html>`__
6+ <https://stackhpc-kayobe-config.readthedocs.io/en/latest /configuration/stackhpc-mixin-environments.html>`__
77 for more details.
You can’t perform that action at this time.
0 commit comments