From db3c63d199275b92f9106b275e76fdc1eb62d6ba Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 13 Mar 2012 18:03:28 -0700 Subject: Cleanup flags sql_max_retries: removed (unused) instance_usage_audit_period: fixed help default_schedule_zone: fixed help Change-Id: I952b38497987780d30622fef526edd2d53860f99 --- nova/console/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/console') diff --git a/nova/console/manager.py b/nova/console/manager.py index b384ff354..58ac2174b 100644 --- a/nova/console/manager.py +++ b/nova/console/manager.py @@ -37,7 +37,7 @@ console_manager_opts = [ help='Stub calls to compute worker for tests'), cfg.StrOpt('console_public_hostname', default=socket.gethostname(), - help='Publicly visable name for this console host'), + help='Publicly visible name for this console host'), ] FLAGS = flags.FLAGS -- cgit