From 8888c860df9e970dae0ce4aaa247d20061c6db7e Mon Sep 17 00:00:00 2001 From: Antoni Segura Puimedon Date: Tue, 30 Aug 2016 17:48:41 +0200 Subject: [PATCH] Rephrase "networking basis" in watcher devref This patch replaces "networking basis" with "basic Neutron constructs" in doc/source/devref/k8s_api_watcher_design.rst. Change-Id: I1043adc70b8f9c77f85870cdb0824044db17719c Signed-off-by: Taku Fukushima Signed-off-by: Antoni Segura Puimedon --- doc/source/devref/k8s_api_watcher_design.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/devref/k8s_api_watcher_design.rst b/doc/source/devref/k8s_api_watcher_design.rst index 0ac0409a..8bc1dcd3 100644 --- a/doc/source/devref/k8s_api_watcher_design.rst +++ b/doc/source/devref/k8s_api_watcher_design.rst @@ -62,9 +62,9 @@ The main focus of Raven is the following resources. * Service (Optional) * Endpoints (Optional) -Namespaces are translated into the networking basis, Neutron networks and -subnets for the cluster and the service using the explicitly predefined values -in the configuration file, or implicitly specified by the environment +Namespaces are translated into the basic Neutron constructs, Neutron networks +and subnets for the cluster and the service using the explicitly predefined +values in the configuration file, or implicitly specified by the environment variables, e.g., ``FLANNEL_NET=172.16.0.0/16`` as specified `in the deployment phase `_. Raven also creates Neutron routers for connecting the cluster subnets and the service subnets.