Merge "corrected the help string in coho.driver"

This commit is contained in:
Jenkins 2016-08-02 18:12:39 +00:00 committed by Gerrit Code Review
commit b7860e3afc

View File

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