From 8605603e0eddaaf1e3b1bd91f51193fc39cefa09 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 25 Mar 2023 01:14:16 +0900 Subject: [PATCH] Nova: Listen on specific interface for migration ... instead of listening on all interfaces available. Related-Bug: #2012747 Depends-on: https://review.opendev.org/878541 Depends-on: https://review.opendev.org/878542 Change-Id: I9cd9f7b0c105bbf6a4f5b3e80955e55593c8a19e --- manifests/nova.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/nova.pp b/manifests/nova.pp index 79162e0e5..157103bb8 100644 --- a/manifests/nova.pp +++ b/manifests/nova.pp @@ -199,7 +199,8 @@ class openstack_integration::nova ( default => 'tcp' } class { 'nova::migration::libvirt': - transport => $migration_transport + transport => $migration_transport, + listen_address => $::openstack_integration::config::host, } $images_type = $libvirt_rbd ? {