Commit 91af998
committed
Fix bind_port ml2 driver interaction
We don't want to "bind" the VXLAN segments that are passed to
bind_port(). We want to make a dynamic VLAN-type segment and bind that
instead.
We are no longer using any VLAN-type networks, so remove the code that
deals with those (it was handling the provisioning network which was
still confiured as VLAN type for legacy reasons, but that is now moving
to VXLAN-type network, same as all the others.)1 parent 8b5ec73 commit 91af998
File tree
1 file changed
+2
-22
lines changed- python/neutron-understack/neutron_understack
1 file changed
+2
-22
lines changedLines changed: 2 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | 386 | | |
405 | 387 | | |
406 | 388 | | |
| |||
413 | 395 | | |
414 | 396 | | |
415 | 397 | | |
416 | | - | |
| 398 | + | |
417 | 399 | | |
418 | 400 | | |
419 | | - | |
420 | 401 | | |
421 | 402 | | |
422 | 403 | | |
| |||
425 | 406 | | |
426 | 407 | | |
427 | 408 | | |
428 | | - | |
429 | 409 | | |
430 | 410 | | |
431 | 411 | | |
| |||
453 | 433 | | |
454 | 434 | | |
455 | 435 | | |
456 | | - | |
| 436 | + | |
457 | 437 | | |
458 | 438 | | |
459 | 439 | | |
| |||
0 commit comments