From 02916371ad295784e2b9cd9e32b0743b8985eaaf Mon Sep 17 00:00:00 2001 From: maoshuai Date: Tue, 2 Aug 2016 21:40:41 +0800 Subject: [PATCH] corrected the help string in coho.driver fix a typo,Coha should be Coho Change-Id: Ifd6fa09c973a23603ab6b7a02264156ad58cd42d --- cinder/volume/drivers/coho.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/coho.py b/cinder/volume/drivers/coho.py index 255c92bf175..2824712178b 100644 --- a/cinder/volume/drivers/coho.py +++ b/cinder/volume/drivers/coho.py @@ -286,7 +286,7 @@ LOG = logging.getLogger(__name__) coho_opts = [ cfg.IntOpt('coho_rpc_port', default=2049, - help='RPC port to connect to Coha Data MicroArray') + help='RPC port to connect to Coho Data MicroArray') ] CONF = cfg.CONF