Exclude ironic_compute hosts from PKI tasks

This patch excludes ironic_compute hosts, which don't
run libvirtd, from the PKI/SSL certificate business.
Closes-Bug: #1952649
Change-Id: I57455b9f54f0a5ae0f1f8e1a424df930cd6bab48
This commit is contained in:
James Denton
2021年11月29日 11:20:46 -06:00
committed by Dmitriy Rabotyagov
parent b0a26dbd7d
commit 11ec8d572e

View File

@@ -134,6 +134,7 @@
when:
- nova_libvirtd_listen_tls == 1
- "'nova_compute' in group_names"
- "'ironic_compute' not in group_names"
# Create certs after nova groups have been created but before handlers
- name:Create and install SSL certificates for console hosts
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.