Merge "Drop ignored item from shared_services_types"

This commit is contained in:
Zuul 2024-10-16 14:30:47 +00:00 committed by Gerrit Code Review
commit c74fe36422

View File

@ -59,7 +59,7 @@ service_opts = [
cfg.StrOpt('region_name_for_shared_services',
help=_('Region name for shared services endpoints.')),
cfg.ListOpt('shared_services_types',
default=['image', 'volume', 'volumev3'],
default=['image', 'volumev3'],
help=_('The shared services located in the other region.'
'Needs region_name_for_shared_services option to '
'be set for this to take effect.')),