Fix the scope of Kuryr in the devref

This patch changes "scope" attributes in the response of "docker network
inspect" command in libnetwork_remote_driver_design.rst. They were
"local" but they are supposed to be "global".

Change-Id: I4c4022a54e047f960182ec3f63286055a26d706d
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
This commit is contained in:
Taku Fukushima 2015-11-24 11:21:56 +09:00
parent acd35ba743
commit eb15420bcc
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ Libnetwork User Workflow (with Kuryr as remote network driver) - Host Networking
{
"name": "foo",
"id": "286eddb51ebca09339cb17aaec05e48ffe60659ced6f3fc41b020b0eb506d364",
"scope": "local",
"scope": "global",
"driver": "kuryr",
"ipam": {
"driver": "default",
@ -199,7 +199,7 @@ Libnetwork User Workflow (with Kuryr as remote network driver) - Host Networking
{
"name": "foo",
"id": "286eddb51ebca09339cb17aaec05e48ffe60659ced6f3fc41b020b0eb506d364",
"scope": "local",
"scope": "global",
"driver": "kuryr",
"ipam": {
"driver": "default",