fix typo in nova.py helpline

Change certicates to certificates in help line for
nova_ca_certificates_file.

Change-Id: I4556976a28d8146c8ddc9fe358cabed086000155
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2015-01-21 22:57:08 +01:00
parent 0faa3afdbb
commit ba12cc1bb7
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,