corrected the help string in coho.driver

fix a typo,Coha should be Coho

Change-Id: Ifd6fa09c973a23603ab6b7a02264156ad58cd42d
This commit is contained in:
maoshuai 2016-08-02 21:40:41 +08:00
parent 42f416462d
commit 02916371ad

@ -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