fix typos

Change-Id: I232c25dc6b7fbb35007bc3f132b97638ef8ce9bc
This commit is contained in:
sunqingliang6 2018-06-21 17:12:59 +08:00
parent 7a22f5a764
commit c84e8ddac4
2 changed files with 2 additions and 2 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.

View File

@ -146,7 +146,7 @@ def _make_vif_subnets(neutron_port, subnets):
def _make_vif_network(neutron_port, subnets):
"""Gets a os-vif Network object for port.
"""Get an os-vif Network object for port.
:param neutron_port: dict containing port information as returned by
neutron client's 'show_port'