neutron/neutron/ipam
Kevin Benton 2dc9d67f6e Construct exceptions before passing to retryrequest
The IP allocation failure constructions weren't being constructed
before being passed to RetryRequest so they would fail to be reraised
after the retries were exhausted.

This patch just constructs them and adjusts a few of the unit tests
to execute the full retry life-cycle.

Closes-Bug: #1555387
Change-Id: I1c1ea488886ee3f4790eaa53911ea5845f327334
2016-03-09 16:25:28 -08:00
..
drivers Construct exceptions before passing to retryrequest 2016-03-09 16:25:28 -08:00
__init__.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
driver.py Add Pluggable IPAM Backend Part 2 2015-07-24 10:31:39 +03:00
exceptions.py Change the exception type from ValueError to IpamValueInvalid 2016-02-26 14:19:43 +08:00
requests.py Change the exception type from ValueError to IpamValueInvalid 2016-02-26 14:19:43 +08:00
subnet_alloc.py Add a description field to all standard resources 2016-03-05 02:29:35 +00:00
utils.py Fix for adding gateway with IP outside subnet 2016-02-19 10:57:09 +05:30