]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Mon, 22 Dec 2025 15:13:13 +0000 (15:13 +0000)
committerGerrit Code Review <review@openstack.org>
Mon, 22 Dec 2025 15:13:13 +0000 (15:13 +0000)
commit4d83b4d9bdb762706b4646f49cfd32b3dd0dcb24
tree51b408d05554638b4916a33299f9e481dbff56c9
parent9a3648239bba3b3a30ba62e5053370a8a4c3f3b1
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 <damian.dabrowski@cleura.com>
openstack-ansible