Comment 3 for bug 1240759

Revision history for this message
kraig (kamador) wrote :

I can't comment on the config_disk setting but we were able to use live migration with NFS storage by changing the vncserver_listen address to 0.0.0.0. We still need vncserver_proxyclient_address to be set to the IP of the VM host machine to for consoles. vncserver_listen needs to be 0.0.0.0 since the target host will try to bind this IP.

These are the lines that need to be different: https://github.com/stackforge/cookbook-openstack-compute/blob/master/templates/default/nova.conf.erb#L194-195

The issue we are now experiencing is that the nova-common recipe forces these two to be the same. I can submit a patch to fix this, would adding a vnc_proxyclient_bind over here be acceptable? https://github.com/stackforge/cookbook-openstack-compute/blob/master/recipes/nova-common.rb#L98