Updated output on what warming means.

This commit is contained in:
Joshua Harlow 2012-02-03 18:45:27 -08:00
parent f7067e2dca
commit 544572a8fd

View File

@ -281,7 +281,7 @@ def _run_components(action_name, component_order, components, distro, root_dir,
#run anything before it gets going...
_pre_run(action_name, root_dir=root_dir, pkg=pkg_manager, cfg=config)
LOG.info("Warming up your instance configurations.")
LOG.info("Warming up your instance configurations (ie so you won't be prompted later)")
for component in component_order:
base_inst = all_instances.get(component)
if base_inst: