Merge "Fix bug: karbor-protection can not load provider-registry"

This commit is contained in:
Jenkins 2017-07-03 01:50:19 +00:00 committed by Gerrit Code Review
commit 3f53c243fe
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ LOG = logging.getLogger(__name__)
protection_manager_opts = [
cfg.StrOpt('provider_registry',
default='karbor.services.protection.provider.ProviderRegistry',
default='provider-registry',
help='the provider registry'),
cfg.IntOpt('max_concurrent_operations',
default=0,