Configure "global" as default capability

Configure "global" as default capability

Change-Id: I02c4890bd323bd1fb1745a345fbcdc5f2371c909
Closes-Bug: #1513441
This commit is contained in:
Vikas Choudhary 2015-11-06 12:13:45 +05:30
parent d1f4272d6b
commit 95a91fb235
1 changed files with 1 additions and 1 deletions

View File

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