We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ec576 commit acbf30dCopy full SHA for acbf30d
python/neutron-understack/neutron_understack/neutron_understack_mech.py
@@ -31,7 +31,7 @@ class UnderstackDriver(MechanismDriver):
31
resource_provider_uuid5_namespace = UUID("6eae3046-4072-11ef-9bcf-d6be6370a162")
32
33
@property
34
- def connectivity(self):
+ def connectivity(self): # type: ignore
35
return portbindings.CONNECTIVITY_L2
36
37
def initialize(self):
0 commit comments