Merge "Add 'cinder' to the 'allowed_direct_url_schemes'"

This commit is contained in:
Jenkins 2016-10-10 13:32:37 +00:00 committed by Gerrit Code Review
commit 14899a9a8e

View File

@ -44,7 +44,7 @@ glance_opts = [
default=[],
help='A list of url schemes that can be downloaded directly '
'via the direct_url. Currently supported schemes: '
'[file].'),
'[file, cinder].'),
cfg.StrOpt('glance_catalog_info',
default='image:glance:publicURL',
help='Info to match when looking for glance in the service '