Add 'cinder' to the 'allowed_direct_url_schemes'

The 'allowed_direct_url_schemes' config also support cinder.
This patch update the help description.

Change-Id: I1090de77eece3e48f5c50190b4f95a3a0e7ef85c
This commit is contained in:
wangxiyuan 2016-08-24 10:41:56 +08:00
parent 3c2d1ab145
commit 27bf3fbc97
1 changed files with 1 additions and 1 deletions

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 '