kuryr-libnetwork/kuryr_libnetwork/port_driver
Hongbin Lu a9a70b3178 Avoid changing name of existing ports
In before, we renamed existing neutron ports in order to make
the ports searchable by using endpoint_id.
However, user experience is bad on such renaming because the original
name is lost. This commit proposes to use tagging approach instead.
In particular, we tag the endpoint_id to the existing ports so that
the ports are still searchable by using tags.

Closes-Bug: #1810219
Change-Id: I9930f3bcc3a6dbf4b23bf8488f08655bc43b5ba8
2019-01-01 22:59:25 +00:00
..
drivers Introduce sriov port driver 2018-01-03 07:51:05 +00:00
__init__.py Driver based model for kuryr-libnetwork 2016-12-20 14:52:16 +00:00
base.py Introduce sriov port driver 2018-01-03 07:51:05 +00:00
driver.py Avoid changing name of existing ports 2019-01-01 22:59:25 +00:00