summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-12-18 11:11:42 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-12-18 22:46:31 +0000
commit30ddc85a1046d8792cb9c2f82033124aebe50d0f (patch)
tree282eceeae5a933c38e7dc10cb59b3e447914a8b1
parent32f16dcbe398170139a6a9127803bbd1d046460b (diff)
downloadnova-30ddc85a1046d8792cb9c2f82033124aebe50d0f.tar.gz
nova-30ddc85a1046d8792cb9c2f82033124aebe50d0f.tar.xz
nova-30ddc85a1046d8792cb9c2f82033124aebe50d0f.zip
Fix typos in vncserver_listen config param help description
Fix missing space between words, and capitalize "IP" fully in vncserver_listen config param Change-Id: Ica525910a883e8ff99793e950316d640e1750f98 Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rw-r--r--nova/vnc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/vnc/__init__.py b/nova/vnc/__init__.py
index 4b9058eb7..ffbd509fd 100644
--- a/nova/vnc/__init__.py
+++ b/nova/vnc/__init__.py
@@ -32,7 +32,7 @@ vnc_opts = [
'"http://127.0.0.1:6081/console"'),
cfg.StrOpt('vncserver_listen',
default='127.0.0.1',
- help='Ip address on which instance vncserversshould listen'),
+ help='IP address on which instance vncservers should listen'),
cfg.StrOpt('vncserver_proxyclient_address',
default='127.0.0.1',
help='the address to which proxy clients '