Updates Help Text on Quobyte Volume URL Option

This microchange updates the quobyte_volume_url option help text to
point out that using a DNS SRV record is the best solution for this
config option.

Change-Id: I0ffc5da37d342b722098ea36e11e269c3ae463b3
This commit is contained in:
Silvan Kaiser 2017-12-08 14:27:56 +01:00 committed by Sean McGinnis
parent 4f649809a4
commit 4ca4f64400
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ LOG = logging.getLogger(__name__)
volume_opts = [
cfg.StrOpt('quobyte_volume_url',
help=('Quobyte URL to the Quobyte volume e.g.,'
help=('Quobyte URL to the Quobyte volume using e.g. a DNS SRV'
' record (preferred) or a host list (alternatively) like'
' quobyte://<DIR host1>, <DIR host2>/<volume name>')),
cfg.StrOpt('quobyte_client_cfg',
help=('Path to a Quobyte Client configuration file.')),