Change:
1. Use greenthread instead of defer at nova.virt.libvirt_conn.live_migration.
2. Move nova.scheduler.manager.live_migration to nova.scheduler.driver
3. Move nova.scheduler.manager.has_enough_resource to nova.scheduler.driver
4. Any check routine in nova-manage.instance.live_migration is moved to
nova.scheduler.driver.schedule_live_migration.
e-mail addresses. (I made a few guesses along the way, feel free to
adjust according to what is actually the preferred e-mail)
Added a couple of methods to nova.utils to parse said .mailmap and do
the appropriate (though highly naïve) replacement.
Apply mailmap replacement in changelog generation in setup.py.
Add a unit test that checks everyone is properly listed in Authors.
Add sleepsonthefloor to Authors. If anyone knows the real name, please
add it.
Example from the current output format (from current trunk):
##########################################
2010-08-31 Tarmac
Adjust setup.py to match nova-rsapi -> nova-api-new rename.
2010-08-31 Soren Hansen <soren.hansen@rackspace.com>
Fix up setup.py to match nova-rsapi -> nova-api-new rename.
2010-08-30 Tarmac
Reconnect to libvirt on broken connection.
2010-08-30 Soren Hansen <soren.hansen@rackspace.com>
Detect if libvirt connection has been broken and reestablish it.
2010-08-30 Tarmac
pylint fixes for /nova/virt/connection.py
2010-08-30 jaypipes@gmail.com
Merge trunk and resolve conflicts
##########################################
With this patch, this is reduced to:
##########################################
2010-08-31 Soren Hansen <soren.hansen@rackspace.com>
Adjust setup.py to match nova-rsapi -> nova-api-new rename.
2010-08-30 Soren Hansen <soren.hansen@rackspace.com>
Reconnect to libvirt on broken connection.
2010-08-30 jaypipes@gmail.com
pylint fixes for /nova/virt/connection.py
##########################################