Synchronise configuration with master

Synchronised with kayobe @ 3c178846a4e40bfc1c5f6f3bed2f5f70bf226cf0.

Change-Id: Ia7a5187942feae380f33f218ae7a7382385d7ac3
This commit is contained in:
Pierre Riteau 2024-11-29 22:46:34 +01:00
parent 7d423c45ae
commit b57ec5e4ba
2 changed files with 5 additions and 4 deletions

View File

@ -2,10 +2,10 @@
###############################################################################
# OpenStack release configuration.
# Name of the current OpenStack release. Default is "2024.2".
# Name of the current OpenStack release. Default is "master".
#openstack_release:
# Name of the current OpenStack branch. Default is "stable/2024.2".
# Name of the current OpenStack branch. Default is "master".
#openstack_branch:
###############################################################################

View File

@ -12,8 +12,9 @@
# List of domains, hostnames, IP addresses and networks for which no proxy is
# used. Defaults to ["127.0.0.1", "localhost", "{{ ('http://' ~
# docker_registry) | urlsplit('hostname') }}"] if docker_registry is set, or
# ["127.0.0.1", "localhost"] otherwise. This is configured only if either
# docker_registry) | urlsplit('hostname') }}","{{ kolla_internal_vip_address
# }}"] if docker_registry is set, or ["127.0.0.1", "localhost","{{
# kolla_internal_vip_address }}"] otherwise. This is configured only if either
# http_proxy or https_proxy is set.
#no_proxy: