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
This commit is contained in:
parent
af764278ec
commit
8605603e0e
@ -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 ? {
|
||||
|
Loading…
x
Reference in New Issue
Block a user