Comment 0 for bug 735005

Revision history for this message
Ken Pepple (ken-pepple) wrote :

when you execute live-migration, the ec2_id_to_id fails:

  2011-03-14 11:26:37,567 CRITICAL nova [-] live_migration() takes exactly 3 arguments (1 given)
  (nova)k-2:live-migration-typo kpepple$ bin/nova-manage vm live_migration i0092 badhost
  2011-03-14 11:26:45,248 CRITICAL nova [-] global name 'ec2_id_to_id' is not defined

correcting the small typo, it works:

  (nova)k-2:live-migration-typo kpepple$ bin/nova-manage vm live_migration i0092 badhost
  2011-03-14 11:26:56,067 CRITICAL nova [-] Id i0092 Not Found