From 68fdf02e56b2b775955b2a2fd2d9902062b152d8 Mon Sep 17 00:00:00 2001 From: Janonymous Date: Tue, 12 Jul 2016 11:56:44 +0530 Subject: [PATCH] Usage is /Plugin.Active --> /Plugin.Activate Change-Id: I68ea5a498458b3f935e4b1ff478109b00d8c6d82 Link: https://github.com/docker/libnetwork/blob/master/docs/remote.md#handshake --- doc/source/devref/libnetwork_remote_driver_design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/libnetwork_remote_driver_design.rst b/doc/source/devref/libnetwork_remote_driver_design.rst index cb363157..13ad3b7c 100644 --- a/doc/source/devref/libnetwork_remote_driver_design.rst +++ b/doc/source/devref/libnetwork_remote_driver_design.rst @@ -33,7 +33,7 @@ Neutron resource Id's and Docker Id's (UUID's) first request is made* - During this process libnetwork makes a HTTP POST call on - ``/Plugin.Active`` and examines the driver type, which defaults to + ``/Plugin.Activate`` and examines the driver type, which defaults to ``"NetworkDriver"`` and ``"IpamDriver"`` - libnetwork also calls the following two API endpoints