diff --git a/cinder/image/glance.py b/cinder/image/glance.py index 8acb81d44ae..48a5c69b4bc 100644 --- a/cinder/image/glance.py +++ b/cinder/image/glance.py @@ -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 '