Merge "Normalize the options use singele quotes"
This commit is contained in:
commit
24fae90c17
@ -23,7 +23,7 @@ from glance.i18n import _
|
||||
|
||||
|
||||
store_type_opts = [
|
||||
cfg.ListOpt("store_type_preference",
|
||||
cfg.ListOpt('store_type_preference',
|
||||
default=[],
|
||||
help=_("The store names to use to get store preference order. "
|
||||
"The name must be registered by one of the stores "
|
||||
|
@ -113,11 +113,11 @@ wsgi_opts = [
|
||||
]
|
||||
|
||||
profiler_opts = [
|
||||
cfg.BoolOpt("enabled", default=False,
|
||||
cfg.BoolOpt('enabled', default=False,
|
||||
help=_('If False fully disable profiling feature.')),
|
||||
cfg.BoolOpt("trace_sqlalchemy", default=False,
|
||||
cfg.BoolOpt('trace_sqlalchemy', default=False,
|
||||
help=_("If False doesn't trace SQL requests.")),
|
||||
cfg.StrOpt("hmac_keys", default="SECRET_KEY",
|
||||
cfg.StrOpt('hmac_keys', default="SECRET_KEY",
|
||||
help=_("Secret key to use to sign Glance API and Glance "
|
||||
"Registry services tracing messages.")),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user