From afdeb52872f976264a49bb97fa7717b2f3c83b1e Mon Sep 17 00:00:00 2001 From: Jay Lau Date: Sat, 16 Nov 2013 11:42:02 +0800 Subject: [PATCH] Update help for osapi_compute_listen_port This patch cleans up the configuration help for the osapi_compute_listen_port option. Change-Id: Ib253fc542637aee3bcdcc4c5f7330a3be490a5a9 --- nova/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/service.py b/nova/service.py index 60bd6403d..83381ff9c 100644 --- a/nova/service.py +++ b/nova/service.py @@ -71,7 +71,7 @@ service_opts = [ help='IP address for OpenStack API to listen'), cfg.IntOpt('osapi_compute_listen_port', default=8774, - help='list port for osapi compute'), + help='port for osapi compute to listen'), cfg.IntOpt('osapi_compute_workers', help='Number of workers for OpenStack API service'), cfg.StrOpt('metadata_manager',