Commit fc5e92d
committed
Fix binding l2-only ports by setting connectivity property
As NGS inherits from neutron-lib's api.MechanismDriver, `connectivity`
must be overridden, or it will return `portbindings.CONNECTIVITY_LEGACY`,
rather than what we want, `CONNECTIVITY_L2`.
Fixes-Bug: #2097803
Change-Id: I0c9ba7942d6e7c01f6ca77a49ae8fe447db30baf1 parent 6711765 commit fc5e92d
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
0 commit comments