From: Zuul Date: Mon, 22 Dec 2025 15:13:13 +0000 (+0000) Subject: Update git submodules X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=4d83b4d9bdb762706b4646f49cfd32b3dd0dcb24;p=0xmirror%2Fopenstack.git Update git submodules * Update openstack-ansible from branch 'master' to 4c6664210068b66cb32268f65b5f20eaf7cadd64 - Merge "Do not define openstack_pki_san in integrated repo" - Do not define openstack_pki_san in integrated repo Explicit definition of `openstack_pki_san` in integrated repository is reduntant because all service roles using PKI role already have a `default()` filter applied that matches the value of `openstack_pki_san` in integrated repo. Example: ``` placement_pki_san: "{{ openstack_pki_san | default({'dns': [ansible_facts['hostname']], 'ip': [management_address]}) }}" ``` It's not necessary to define `openstack_pki_san` in integrated repo. This patch removes it. However, it still can be used by the users to override cert SAN globally for all openstack services. Change-Id: Ia00c9c8a22218bc3ad2b37fc824eaa40430f5fe2 Signed-off-by: Damian Dabrowski --- diff --git a/openstack-ansible b/openstack-ansible index 4f7c175803..4c66642100 160000 --- a/openstack-ansible +++ b/openstack-ansible @@ -1 +1 @@ -Subproject commit 4f7c175803179d05f8c0c0153c5d4d9bbddfd497 +Subproject commit 4c6664210068b66cb32268f65b5f20eaf7cadd64