summaryrefslogtreecommitdiff
path: root/neutron/db/db_base_plugin_common.py
Commit message (Expand)AuthorAgeFilesLines
* Elminate join for network owner filterKevin Benton2017-01-241-14/+4
* Use subqueries for rbac_entries and subnets<->networkKevin Benton2016-12-191-4/+4
* objects: add delete_objects public methodIhar Hrachyshka2016-12-131-4/+0
* Refactor/prepare db common utils for neutron-libHenry Gessau2016-10-281-8/+11
* Integrate SubnetRoute OVOManjeet Singh Bhatia2016-10-111-2/+2
* objects: expose database model for NeutronDbObject instancesIhar Hrachyshka2016-09-101-2/+1
* Refactor DNS integration out of DB core pluginBin Yu2016-07-261-7/+0
* Merge "Remove unnecessary flush for duplicate address detection"Jenkins2016-07-051-2/+0
|\
| * Remove unnecessary flush for duplicate address detectionCarl Baldwin2016-06-201-2/+0
* | objects: Introduce the DNSNameServer OVO in the codeArtur Korzeniewski2016-06-271-3/+3
|/
* Merge "Remove MAC duplicate detection for generated macs"Jenkins2016-06-151-0/+6
|\
| * Remove MAC duplicate detection for generated macsKevin Benton2016-06-101-0/+6
* | Merge "Use session delete for IPs to trigger events"Jenkins2016-06-151-4/+6
|\ \
| * | Use session delete for IPs to trigger eventsKevin Benton2016-06-091-4/+6
* | | objects: switch base plugin class to using subnetpool objectJakub Libosvar2016-06-141-14/+6
|/ /
* | Compute IPAvailabilityRanges in memory during IP allocationRyan Tidwell2016-06-091-0/+3
|/
* Use converters and validators from neutron-libHenry Gessau2016-04-241-2/+3
* Use constants from neutron-libHenry Gessau2016-04-231-2/+3
* Use exceptions from neutron-libHenry Gessau2016-04-211-2/+3
* Merge "Add IPAllocation object to session info to stop GC"Jenkins2016-03-191-0/+6
|\
| * Add IPAllocation object to session info to stop GCKevin Benton2016-03-141-0/+6
* | Outerjoin to networks for port ownership filterKevin Benton2016-03-161-0/+10
* | RBAC: Fix port query and deletion for network ownerlzklibj2016-03-151-0/+8
|/
* Add a description field to all standard resourcesKevin Benton2016-03-051-1/+2
* make/update_subnetpool_dict call _dict_extendZhaoBo2016-03-021-0/+2
* Separate rbac calculation from _make_network_dictKevin Benton2015-12-141-11/+11
* Remove transparent VLAN support from base pluginGary Kotton2015-11-281-6/+0
* Replace subnetpool config options with admin-only APIJohn Davidge2015-11-061-0/+1
* Add dns_label processing for PortsMiguel Lavalle2015-08-241-0/+7
* Python 3: use __code__ instead of func_codeCyril Roelandt2015-08-211-1/+1
* Merge remote-tracking branch 'origin/feature/qos' into merge-branchIhar Hrachyshka2015-08-171-0/+34
|\
| * Merge remote-tracking branch 'origin/feature/qos' into merge-branchIhar Hrachyshka2015-08-051-0/+34
| |\
| | * Replace to_dict() calls with a function decoratorJohn Schwarz2015-08-031-2/+16
| | * Support qos rules and fields parameters in GET requestsJakub Libosvar2015-07-241-0/+20
* | | Support subnetpool association to an address scopevikram.choudhary2015-08-041-1/+8
|/ /
* | Keep dns nameserver order consistencychangzhi2015-07-291-1/+2
|/
* Validate that context existsGary Kotton2015-07-181-1/+2
* Network RBAC DB setup and legacy migrationKevin Benton2015-07-161-9/+21
* Allow IPAM backend switchPavel Bondar2015-07-091-1/+1
* Track allocation_pools in SubnetRequestPavel Bondar2015-07-071-6/+2
* Collapse create_subnet into single methodPavel Bondar2015-07-021-1/+1
* Use last address in v6 allocation pool generationKevin Benton2015-06-261-11/+0
* Decompose db_base_plugin_v2.py with changesPavel Bondar2015-06-131-0/+12
* Refactor update_port in db_base_plugin_v2Pavel Bondar2015-06-151-0/+6
* Decompose db_base_plugin_v2.pyPavel Bondar2015-06-031-0/+251