Fix typo in doc string
Change "can bea security risk" to "can be a security risk". Change-Id: I1e6a603671e80ec231a216635e3c0803f3915c00
This commit is contained in:
parent
1d35a88b85
commit
3a6898275b
@ -66,8 +66,9 @@ common_opts = [
|
|||||||
'returned by a request')),
|
'returned by a request')),
|
||||||
cfg.BoolOpt('show_image_direct_url', default=False,
|
cfg.BoolOpt('show_image_direct_url', default=False,
|
||||||
help=_('Whether to include the backend image storage location '
|
help=_('Whether to include the backend image storage location '
|
||||||
'in image properties. Revealing storage location can be'
|
'in image properties. Revealing storage location can '
|
||||||
'a security risk, so use this setting with caution!')),
|
'be a security risk, so use this setting with '
|
||||||
|
'caution!')),
|
||||||
cfg.BoolOpt('show_multiple_locations', default=False,
|
cfg.BoolOpt('show_multiple_locations', default=False,
|
||||||
help=_('Whether to include the backend image locations '
|
help=_('Whether to include the backend image locations '
|
||||||
'in image properties. Revealing storage location can '
|
'in image properties. Revealing storage location can '
|
||||||
|
Loading…
Reference in New Issue
Block a user