From f6110969457018d94ce84e6fb78f5d02dd236383 Mon Sep 17 00:00:00 2001 From: Liping Mao Date: Tue, 10 May 2016 23:52:46 +0800 Subject: [PATCH] Change default scope to local in code comments. Change-Id: Iafb662f078e9e467c40e0d97640560fdbdb633d8 --- kuryr/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr/controllers.py b/kuryr/controllers.py index bcc71b35..c26eeacd 100644 --- a/kuryr/controllers.py +++ b/kuryr/controllers.py @@ -393,7 +393,7 @@ def plugin_scope(): """Returns the capability as the remote network driver. This function returns the capability of the remote network driver, which is - ``global`` or ``local`` and defaults to ``global``. With ``global`` + ``global`` or ``local`` and defaults to ``local``. With ``global`` capability, the network information is shared among multipe Docker daemons if the distributed store is appropriately configured.