Merge "Fix live-migration in containers setup"

This commit is contained in:
Zuul 2018-11-30 07:00:29 +00:00 committed by Gerrit Code Review
commit 0929995b20
1 changed files with 1 additions and 1 deletions

View File

@ -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):