kuryr-kubernetes/kuryr_kubernetes/controller/drivers
Roman Dobosz 8b92062593 Removing pod argument for activate_vif method.
PodVIFDriver base class defines activate_vif method, which currently
accepts two arguments - pod and vif. While vif argument is utilized for
most of the time, pod is not.

It was discovered during development, where there is a need for calling
activate_vif method from within a CRD resource rather than pod.

Change-Id: I6367bd93d5c0abe9a2ee6d018d997209f23f5318
2020-06-23 13:40:49 +02:00
..
__init__.py Controller driver base and pod project driver 2016-11-18 17:46:55 +03:00
base.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
default_project.py Ensure project id is returned for DefaultNamespaceProjectDriver 2018-08-02 13:29:31 +02:00
default_security_groups.py Remove namespace isolation support 2020-02-03 12:48:10 +01:00
default_subnet.py Move function get_subnet to kuryr_kubernetes.utils 2018-08-13 07:06:52 -04:00
lb_public_ip.py Handle exception raised in FIP allocation 2019-01-23 22:48:39 +02:00
lbaasv2.py Merge "Add support for amphora to ovn-octavia upgrade" 2020-06-11 17:50:54 +00:00
multi_vif.py Use default subnet mapping if subnet is not specified 2019-01-16 12:26:05 +03:00
namespace_subnet.py Add IPv6 support to namespace subnet driver 2020-03-17 13:30:16 +00:00
nested_dpdk_vif.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
nested_macvlan_vif.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
nested_vif.py Removing six library. 2020-02-28 14:45:46 +01:00
nested_vlan_vif.py Handle binding_failed error when creating neutron port 2020-05-27 08:40:58 +09:00
network_policy_security_groups.py Enable IPv6 in network policy driver. 2020-05-07 17:09:53 +00:00
network_policy.py Enable IPv6 in network policy driver. 2020-05-07 17:09:53 +00:00
neutron_vif.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
public_ip.py Removing six library. 2020-02-28 14:45:46 +01:00
sriov.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
utils.py Enable IPv6 in network policy driver. 2020-05-07 17:09:53 +00:00
vif_pool.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00