1
0
forked from suse-edge/Factory

ironic-image: Update to 26.1.2.0

To align with isv:SUSE:Edge:Metal3:Ironic:2024.2
This commit is contained in:
2024-11-12 18:44:52 +00:00
committed by Steven Hardy
parent 2151ada687
commit 5d2b779c68
20 changed files with 320 additions and 246 deletions

View File

@@ -1,6 +1,6 @@
ServerRoot "/etc/httpd"
{%- if env.LISTEN_ALL_INTERFACES | lower == "true" %}
Listen [::]:{{ env.HTTP_PORT }}
Listen {{ env.HTTP_PORT }}
{% else %}
Listen {{ env.IRONIC_URL_HOST }}:{{ env.HTTP_PORT }}
{% endif %}