From 2301ca83bdba45ca4d5cef603f9927ec4f5d6a44 Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Tue, 6 Mar 2018 00:50:05 -0800 Subject: [PATCH] [Trivialfix]Modify a grammatical error Modify a grammatical error by deleting "the" in network_policy.rst. Change-Id: I96c1ed87baf42a4e8c533330236bdeddd568e7f6 --- doc/source/specs/queens/network_policy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/specs/queens/network_policy.rst b/doc/source/specs/queens/network_policy.rst index 35edd6c12..3c0cc3453 100644 --- a/doc/source/specs/queens/network_policy.rst +++ b/doc/source/specs/queens/network_policy.rst @@ -47,7 +47,7 @@ In order to support network-policy, kuryr-kubernetes should handle all the events that are related to the network-policies and translate them into Neutron objects for apply an equivalent network-topology to the one defined by the Kubernetes policies. Neutron doesn't have a security API that is equivalent -to the the kubernetes-network-policy. The translation should be done carefully +to the kubernetes-network-policy. The translation should be done carefully in order to achieve eventually consistent required topology, and avoid corner-cases and race conditions.