Merge "Use JSON instead of json in the parameter descriptions"

This commit is contained in:
Jenkins 2014-09-01 16:45:06 +00:00 committed by Gerrit Code Review
commit c8536d3106
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from nova.openstack.common import jsonutils
from nova.openstack.common import log as logging
file_opt = cfg.StrOpt('vendordata_jsonfile_path',
help='File to load json formatted vendor data from')
help='File to load JSON formatted vendor data from')
CONF = cfg.CONF
CONF.register_opt(file_opt)