Merge "Change capability_scope default value to local"

This commit is contained in:
Jenkins 2016-01-22 10:21:22 +00:00 committed by Gerrit Code Review
commit e13a8af18a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ core_opts = [
default='http://127.0.0.1:2377',
help=_('Kuryr URL for accessing Kuryr through json rpc.')),
cfg.StrOpt('capability_scope',
default='global',
default='local',
choices=['local', 'global'],
help=_('Kuryr plugin scope reported to libnetwork.')),
cfg.StrOpt('subnetpool_name_prefix',