Merge "fix typo in nova.py helpline"

This commit is contained in:
Jenkins 2015-01-31 14:27:28 +00:00 committed by Gerrit Code Review
commit da23dcf2f4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ nova_opts = [
help='Region name of this node.'),
cfg.StrOpt('nova_ca_certificates_file',
default=None,
help='Location of CA certicates file to use for nova client '
help='Location of CA certificates file to use for nova client '
'requests.'),
cfg.BoolOpt('nova_api_insecure',
default=False,