From f96b853a833c95af2224ed8f3cfbbbf0fb1036eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=B8=9C=E6=9D=B0?= Date: Fri, 24 Nov 2017 01:56:07 +0000 Subject: [PATCH] delete_host_iface:Parameter(endpoint_id) description error Change-Id: I037fcc20dcf1e2bf5605ee24f5dcbbea21496c26 --- kuryr_libnetwork/port_driver/drivers/nested.py | 2 +- kuryr_libnetwork/port_driver/drivers/veth.py | 2 +- kuryr_libnetwork/port_driver/drivers/vlan.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kuryr_libnetwork/port_driver/drivers/nested.py b/kuryr_libnetwork/port_driver/drivers/nested.py index e6dd3d3d..eb5ddce8 100644 --- a/kuryr_libnetwork/port_driver/drivers/nested.py +++ b/kuryr_libnetwork/port_driver/drivers/nested.py @@ -102,7 +102,7 @@ class NestedDriver(base.BaseNestedDriver): Endpoint to the allowed_address_pairs list of the Neutron port associated to the underlying host interface. - :param endpoint_id: the ID of the Docker container as string + :param endpoint_id: the ID of the endpoint as string :param neutron_port: a port dictionary returned from python-neutronclient :returns: the tuple of stdout and stderr returned diff --git a/kuryr_libnetwork/port_driver/drivers/veth.py b/kuryr_libnetwork/port_driver/drivers/veth.py index 204415cf..32da0675 100644 --- a/kuryr_libnetwork/port_driver/drivers/veth.py +++ b/kuryr_libnetwork/port_driver/drivers/veth.py @@ -69,7 +69,7 @@ class VethDriver(driver.Driver): from its vitual bridge and deleted by delegating to the selected kuryr-lib driver. - :param endpoint_id: the ID of the Docker container as string + :param endpoint_id: the ID of the endpoint as string :param neutron_port: a port dictionary returned from python-neutronclient :returns: the tuple of stdout and stderr returned by diff --git a/kuryr_libnetwork/port_driver/drivers/vlan.py b/kuryr_libnetwork/port_driver/drivers/vlan.py index 20efa92f..f7a22693 100644 --- a/kuryr_libnetwork/port_driver/drivers/vlan.py +++ b/kuryr_libnetwork/port_driver/drivers/vlan.py @@ -112,7 +112,7 @@ class VlanDriver(base.BaseNestedDriver): This driver will also remove the subport attached to the trunk port and will release its segmentation id - :param endpoint_id: the ID of the Docker container as string + :param endpoint_id: the ID of the endpoint as string :param neutron_port: a port dictionary returned from python-neutronclient :returns: the tuple of stdout and stderr returned