717eb38991
During the port bulk creation, if an IPAM allocation fails (for example, if the IP address is outside of the subnet CIDR), the other IPAM allocations already created are deleted before raising the exception. Conflicts: neutron/tests/unit/plugins/ml2/test_plugin.py Closes-Bug: #2039550 Change-Id: I7fd6e38016d099c03f80874bfa1fb8bdaff8bd2c (cherry picked from commit71a7abb498
) (cherry picked from commita4c03671f2
)
8 lines
300 B
YAML
8 lines
300 B
YAML
---
|
|
fixes:
|
|
- |
|
|
During the port bulk creation, if an IPAM allocation fails (for example, if
|
|
the IP address is outside of the subnet CIDR), the other IPAM allocations
|
|
already created are deleted before raising the exception. Fixes bug
|
|
`2039550 <https://launchpad.net/bugs/2039550>`_.
|