summaryrefslogtreecommitdiff
path: root/neutron/db/ipam_non_pluggable_backend.py
Commit message (Expand)AuthorAgeFilesLines
* Associate subnets to segments through subnet APICarl Baldwin2016-05-101-4/+4
* Fix prefix delegation deleting addresses for portsvenkata anil2016-05-051-0/+5
* Use constants from neutron-libHenry Gessau2016-04-231-5/+5
* Use exceptions from neutron-libHenry Gessau2016-04-211-1/+1
* Avoid calling _get_subnet(s) multiple times in ipam drivervenkata anil2016-04-151-5/+11
* Refactor IPAM ip allocation methodCarl Baldwin2016-04-071-29/+13
* Trigger dhcp port_update for new auto_address subnetssridhargaddam2016-02-041-0/+3
* Mitigate restriction for fixed ips per dhcp portwatanabe isao2015-12-311-1/+1
* Use _ from neutron._i18nAkihiro Motoki2015-12-061-0/+1
* Fix log statement to log correct variable first_ipAaron Rosen2015-09-161-1/+1
* Fix DBDuplicateEntry when creating port with fixed_ips on PD subnetJohn Davidge2015-08-271-1/+0
* Add dns_label processing for PortsMiguel Lavalle2015-08-241-0/+1
* DB, IPAM & RPC changes for IPv6 Prefix DelegationJohn Davidge2015-08-051-3/+5
* Add Pluggable IPAM Backend Part 2Pavel Bondar2015-07-241-52/+15
* Network RBAC DB setup and legacy migrationKevin Benton2015-07-161-1/+0
* Make IPAM more pythonicSean M. Collins2015-07-091-4/+5
* Allow IPAM backend switchPavel Bondar2015-07-091-5/+5
* Track allocation_pools in SubnetRequestPavel Bondar2015-07-071-5/+17
* Collapse create_subnet into single methodPavel Bondar2015-07-021-0/+29
* Decompose create_port and save_subnetPavel Bondar2015-06-221-0/+22
* Move _add_auto_addrs_on_network_portsPavel Bondar2015-06-191-0/+30
* Decompose db_base_plugin_v2.py with changesPavel Bondar2015-06-131-2/+2
* Refactor update_port in db_base_plugin_v2Pavel Bondar2015-06-151-0/+19
* Refactor _update_ips_for_portPavel Bondar2015-06-151-0/+23
* Decompose db_base_plugin_v2.py part 2Pavel Bondar2015-06-051-0/+373