Merge "Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py"

This commit is contained in:
Jenkins 2015-04-06 23:17:37 +00:00 committed by Gerrit Code Review
commit 549f3ce752
1 changed files with 1 additions and 1 deletions

View File

@ -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='',