From f23a399c3cf5c928801230817975be167471f716 Mon Sep 17 00:00:00 2001 From: ravimsingh Date: Tue, 16 Aug 2022 11:51:29 +0530 Subject: [PATCH] Run nova-svirt validation in nodes with nova_libvirt service In case of custom compute role, validation only checks the default role i.e Compute.Change hosts to nova_libvirt so that validation runs on the node which has nova_libvirt service running. Closes-Bug: #1986622 Change-Id: Iadc61b7b9adc65f289634f728d20485cc76a569b --- playbooks/nova-svirt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/nova-svirt.yaml b/playbooks/nova-svirt.yaml index 518178472..f7127f4eb 100644 --- a/playbooks/nova-svirt.yaml +++ b/playbooks/nova-svirt.yaml @@ -1,5 +1,5 @@ --- -- hosts: Compute +- hosts: nova_libvirt gather_facts: false vars: metadata: