Change the default value of block_migration

when start live migrate,the default value of block_migration 
in .conf should be 'True'

Change-Id: I7da277d8e779a5708413a65132f513a6f15da482
This commit is contained in:
wangxiyuan 2015-04-29 09:20:53 +08:00
parent f1a8fb44b9
commit 0bcef67ced

View File

@ -93,7 +93,7 @@ compute_user = neat
compute_password = neatpassword
# Whether to use block migration (includes disk migration)
block_migration = False
block_migration = True
# The network bandwidth in MB/s available for VM migration
network_migration_bandwidth = 10