Lines Matching refs:dest
2479 def migrate_disk_and_power_off(self, context, instance, dest,
2493 samehost = (dest == self.get_host_ip_addr())
3241 def _live_migration(self, name, dest, dry_run=False):
3253 options.append('ssh://nova@' + dest)
3256 def live_migration(self, context, instance, dest,
3265 :param dest: destination host
3278 self._live_migration(name, dest, dry_run=False)
3284 % (name, dest, reason))
3285 recover_method(context, instance, dest, block_migration)
3287 post_method(context, instance, dest, block_migration, migrate_data)
3443 """Do required cleanup on dest host after check_can_live_migrate calls
3476 dest = dest_check_data['hypervisor_hostname']
3478 self._live_migration(name, dest, dry_run=True)