Merge "Add qemu metadata to compute node when tls for live migration" into stable/ussuri

This commit is contained in:
Zuul 2020-12-11 12:52:21 +00:00 committed by Gerrit Code Review
commit 52815cd611
1 changed files with 3 additions and 7 deletions

View File

@ -869,6 +869,9 @@ outputs:
- service: libvirt
network: {get_param: [ServiceNetMap, NovaLibvirtNetwork]}
type: node
- service: qemu
network: {get_param: [ServiceNetMap, NovaLibvirtNetwork]}
type: node
- null
- if:
- use_tls_for_vnc
@ -877,11 +880,4 @@ outputs:
network: {get_param: [ServiceNetMap, NovaLibvirtNetwork]}
type: node
- null
- if:
- use_tls_for_nbd
-
- service: qemu
network: {get_param: [ServiceNetMap, NovaLibvirtNetwork]}
type: node
- null
upgrade_tasks: []