Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py
This typo affects a lot of projects. Change-Id: I98e770d1a585fae58282dc1739107bb472eaca20
This commit is contained in:
parent
07c3e8b049
commit
6a83bfbf35
@ -49,7 +49,7 @@ amqp1_opts = [
|
||||
cfg.StrOpt('ssl_ca_file',
|
||||
default='',
|
||||
deprecated_group='amqp1',
|
||||
help="CA certificate PEM file for verifing server certificate"),
|
||||
help="CA certificate PEM file to verify server certificate"),
|
||||
|
||||
cfg.StrOpt('ssl_cert_file',
|
||||
default='',
|
||||
|
Loading…
Reference in New Issue
Block a user