lp:~nttdata/nova/live-migration
Created by
Kei Masumoto
and last modified
- Get this branch:
- bzr branch lp:~nttdata/nova/live-migration
Branch merges
Propose for merging
No branches
dependent on this one.
- Ken Pepple (community): Approve
- Thierry Carrez (community): Approve
- Jay Pipes (community): Approve
- Rick Harris (community): Approve
- Brian Schott (community): Approve
- termie (community): Needs Fixing
-
Diff: 3335 lines (+2788/-10)21 files modifiedbin/nova-manage (+88/-0)
contrib/nova.sh (+1/-0)
nova/compute/manager.py (+252/-1)
nova/db/api.py (+59/-0)
nova/db/sqlalchemy/api.py (+121/-0)
nova/db/sqlalchemy/migrate_repo/versions/010_add_live_migration.py (+83/-0)
nova/db/sqlalchemy/models.py (+38/-0)
nova/scheduler/driver.py (+237/-0)
nova/scheduler/manager.py (+52/-0)
nova/service.py (+3/-0)
nova/tests/test_compute.py (+294/-0)
nova/tests/test_scheduler.py (+622/-1)
nova/tests/test_service.py (+41/-0)
nova/tests/test_virt.py (+223/-3)
nova/tests/test_volume.py (+195/-0)
nova/virt/cpuinfo.xml.template (+9/-0)
nova/virt/fake.py (+21/-0)
nova/virt/libvirt_conn.py (+369/-0)
nova/virt/xenapi_conn.py (+21/-0)
nova/volume/driver.py (+52/-4)
nova/volume/manager.py (+7/-1)
Related bugs
Bug #735050: ubuntu packages missing cpuinfo.xml.template | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 488. By Kei Masumoto
-
Fixed based on reviewer's comment. Main changes are below.
1. get_vcpu_total() /get_memory_ mb()/get_ memory_ mb_used( ) is changed for users who used non-linux environment.
2. test code added to test_virt. - 486. By Kei Masumoto
-
Merged to trunk rev 757. Main changes are below.
1. Rename db table ComputeService -> ComputeNode
2. nova-manage option instance_type is reserved and we cannot use option instance, so change instance -> vm. - 484. By Kei Masumoto
-
Fixed based on reviewer's comments. Main changes are below.
1. Rename nova.compute.manager. ComputeManager. mktmpfile for better naming.
2. Several tests code in tests/test_virt.py are removed. Because it only works in libvirt environment. Only db-related testcode remains.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~hudson-openstack/nova/trunk