diff --git a/sysinv/sysinv/sysinv/sysinv/helm/nova.py b/sysinv/sysinv/sysinv/sysinv/helm/nova.py index 09748387d7..c0edb48482 100644 --- a/sysinv/sysinv/sysinv/sysinv/helm/nova.py +++ b/sysinv/sysinv/sysinv/sysinv/helm/nova.py @@ -356,7 +356,7 @@ class NovaHelm(openstack.OpenstackBaseHelm): elif ip_family == 6: vnc_config.update({'vncserver_listen': '::0'}) - libvirt_config.update({'live_migration_inbound_addr': str(host.hostname) + '-infra'}) + libvirt_config.update({'live_migration_inbound_addr': migration_ip}) vnc_config.update({'vncserver_proxyclient_address': mgmt_ip}) def _update_host_memory(self, host, default_config):