Fix minor typos in parameter help texts
Change-Id: I38755167fb67b0b78f6e8ea69e6569f13b35cf74
This commit is contained in:
parent
8d5eabcdfb
commit
af77d1da80
@ -80,7 +80,7 @@ FILE_OPTIONS = {
|
|||||||
'If ``dogpile.cache.memcached`` or '
|
'If ``dogpile.cache.memcached`` or '
|
||||||
'``oslo_cache.memcache_pool`` is used and a given '
|
'``oslo_cache.memcache_pool`` is used and a given '
|
||||||
'host refer to an IPv6 or a given domain refer to '
|
'host refer to an IPv6 or a given domain refer to '
|
||||||
'IPv6 then you should prefix the given address with'
|
'IPv6 then you should prefix the given address with '
|
||||||
'the address family (``inet6``) '
|
'the address family (``inet6``) '
|
||||||
'(e.g ``inet6[::1]:11211``, '
|
'(e.g ``inet6[::1]:11211``, '
|
||||||
'``inet6:[fd12:3456:789a:1::1]:11211``, '
|
'``inet6:[fd12:3456:789a:1::1]:11211``, '
|
||||||
@ -130,7 +130,7 @@ FILE_OPTIONS = {
|
|||||||
help='the password for the memcached which SASL enabled'),
|
help='the password for the memcached which SASL enabled'),
|
||||||
cfg.BoolOpt('tls_enabled',
|
cfg.BoolOpt('tls_enabled',
|
||||||
default=False,
|
default=False,
|
||||||
help='Global toggle for TLS usage when comunicating with'
|
help='Global toggle for TLS usage when communicating with'
|
||||||
' the caching servers.'),
|
' the caching servers.'),
|
||||||
cfg.StrOpt('tls_cafile',
|
cfg.StrOpt('tls_cafile',
|
||||||
default=None,
|
default=None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user