[Trivialfix]Modify a grammatical error

Modify a grammatical error by deleting "the" in network_policy.rst.

Change-Id: I96c1ed87baf42a4e8c533330236bdeddd568e7f6
This commit is contained in:
ShangXiao 2018-03-06 00:50:05 -08:00
parent 7061f4abac
commit 2301ca83bd
1 changed files with 1 additions and 1 deletions

View File

@ -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.