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:
parent
4f649809a4
commit
4ca4f64400
@ -38,7 +38,8 @@ LOG = logging.getLogger(__name__)
|
|||||||
|
|
||||||
volume_opts = [
|
volume_opts = [
|
||||||
cfg.StrOpt('quobyte_volume_url',
|
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>')),
|
' quobyte://<DIR host1>, <DIR host2>/<volume name>')),
|
||||||
cfg.StrOpt('quobyte_client_cfg',
|
cfg.StrOpt('quobyte_client_cfg',
|
||||||
help=('Path to a Quobyte Client configuration file.')),
|
help=('Path to a Quobyte Client configuration file.')),
|
||||||
|
Loading…
Reference in New Issue
Block a user