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 /nova/adminclient.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 'nova/adminclient.py')
-rw-r--r-- | nova/adminclient.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/adminclient.py b/nova/adminclient.py index 5a62cce7d..6ae9f0c0f 100644 --- a/nova/adminclient.py +++ b/nova/adminclient.py @@ -194,6 +194,7 @@ class HostInfo(object): class NovaAdminClient(object): + def __init__( self, clc_url=DEFAULT_CLC_URL, |