From 544572a8fd8ae94383307526edc26563a608aac9 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 3 Feb 2012 18:45:27 -0800 Subject: [PATCH] Updated output on what warming means. --- devstack/progs/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/progs/actions.py b/devstack/progs/actions.py index 85070b0c..d583119b 100644 --- a/devstack/progs/actions.py +++ b/devstack/progs/actions.py @@ -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: