Moved restaring instances from livbirt driver to ComputeManager.

This commit is contained in:
Nikolay Sokolov
2011-07-22 17:26:11 +04:00
parent 46531a2770
commit 2674bcaccf

View File

@@ -387,3 +387,6 @@ DEFINE_list('zone_capabilities',
'Key/Multi-value list representng capabilities of this zone')
DEFINE_string('build_plan_encryption_key', None,
'128bit (hex) encryption key for scheduler build plans.')
DEFINE_bool('start_guests_on_host_boot', False,
'Whether to restart guests when the host reboots')