summaryrefslogtreecommitdiffstats
path: root/nova/console
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-03-13 18:03:28 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-03-13 18:05:04 -0700
commitdb3c63d199275b92f9106b275e76fdc1eb62d6ba (patch)
tree5c434e991875f87e48314e715f413839f31b69e9 /nova/console
parent78a067e9d3b848067b933d58a2abecc96753bc36 (diff)
downloadnova-db3c63d199275b92f9106b275e76fdc1eb62d6ba.tar.gz
nova-db3c63d199275b92f9106b275e76fdc1eb62d6ba.tar.xz
nova-db3c63d199275b92f9106b275e76fdc1eb62d6ba.zip
Cleanup flags
sql_max_retries: removed (unused) instance_usage_audit_period: fixed help default_schedule_zone: fixed help Change-Id: I952b38497987780d30622fef526edd2d53860f99
Diffstat (limited to 'nova/console')
-rw-r--r--nova/console/manager.py2
1 files changed, 1 insertions, 1 deletions
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