delete_host_iface:Parameter(endpoint_id) description error

Change-Id: I037fcc20dcf1e2bf5605ee24f5dcbbea21496c26
This commit is contained in:
张东杰 2017-11-24 01:56:07 +00:00
parent 37b46e5702
commit f96b853a83
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ class NestedDriver(base.BaseNestedDriver):
Endpoint to the allowed_address_pairs list of the Neutron port Endpoint to the allowed_address_pairs list of the Neutron port
associated to the underlying host interface. 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 :param neutron_port: a port dictionary returned from
python-neutronclient python-neutronclient
:returns: the tuple of stdout and stderr returned :returns: the tuple of stdout and stderr returned

View File

@ -69,7 +69,7 @@ class VethDriver(driver.Driver):
from its vitual bridge and deleted by delegating to the selected from its vitual bridge and deleted by delegating to the selected
kuryr-lib driver. 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 :param neutron_port: a port dictionary returned from
python-neutronclient python-neutronclient
:returns: the tuple of stdout and stderr returned by :returns: the tuple of stdout and stderr returned by

View File

@ -112,7 +112,7 @@ class VlanDriver(base.BaseNestedDriver):
This driver will also remove the subport attached to the trunk port This driver will also remove the subport attached to the trunk port
and will release its segmentation id 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 :param neutron_port: a port dictionary returned from
python-neutronclient python-neutronclient
:returns: the tuple of stdout and stderr returned :returns: the tuple of stdout and stderr returned