diff options
author | masumotok <masumotok@nttdata.co.jp> | 2010-12-31 04:03:37 +0900 |
---|---|---|
committer | masumotok <masumotok@nttdata.co.jp> | 2010-12-31 04:03:37 +0900 |
commit | bf7bc8725fcc26cc5074ea1628bcba6ac6093768 (patch) | |
tree | dd845322f758c2353f295afa44d4e6455564ffff /setup.py | |
parent | 85acbbe916df8b2d18f0dc3a0b8cad9fcfdd6907 (diff) | |
parent | bd6a3cb1acb68ac2252c1bafc531b3b12f9746d8 (diff) | |
download | nova-bf7bc8725fcc26cc5074ea1628bcba6ac6093768.tar.gz nova-bf7bc8725fcc26cc5074ea1628bcba6ac6093768.tar.xz nova-bf7bc8725fcc26cc5074ea1628bcba6ac6093768.zip |
merge recent revision(version of 2010/12/28)
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.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ setup(name='nova', 'build_sphinx': local_BuildDoc}, packages=find_packages(exclude=['bin', 'smoketests']), include_package_data=True, + test_suite='nose.collector', scripts=['bin/nova-api', 'bin/nova-compute', 'bin/nova-dhcpbridge', |