neutron/neutron/db
Salvatore Orlando decdf03c61 Quota model: use HasTenantId mixin
This change simply changes the Quota model class to obtain
the tenant_id from the mixin class. As the attribute in the
mixin is identical to that in the model there is no need for
a migration.

This patch also removes a reference to quota classes in the
docstring, as Neutron does not implement those. It is good
to be careful when copying and paste code.

Change-Id: Idab15d5ef2ddd2b830a7dcde46990506064535f7
Closes-Bug: #1445169
2015-04-16 12:12:47 -07:00
..
metering Merge "Send only one rule in queue on rule create/delete" 2015-03-27 19:17:37 +00:00
migration Move values for network_type to plugins.common.constants.py 2015-04-12 23:59:31 -07:00
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
agents_db.py Add clock sync error detection on agent registration 2015-04-14 09:42:23 +05:30
agentschedulers_db.py Merge "Provide details for configure multiple DHCP agents" 2015-04-16 13:13:39 +00:00
allowedaddresspairs_db.py Allowed address pair: Removing check for overlap with fixed ips 2014-06-12 09:43:09 +08:00
api.py Handle DBDuplicateError exception properly when creating default sg 2015-03-17 14:08:07 +03:00
common_db_mixin.py Added check for emptyness where in_ is being used 2015-03-10 11:31:29 +03:00
db_base_plugin_v2.py Merge "IPv6 SLAAC subnet create should update ports on net" 2015-04-16 03:44:58 +00:00
dvr_mac_db.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
external_net_db.py Add advsvc role to neutron policy file 2014-10-27 12:49:27 +00:00
extradhcpopt_db.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
extraroute_db.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
l3_agentschedulers_db.py Return from check_ports_exist_on_l3agent if no subnet found 2015-04-07 14:03:19 +00:00
l3_attrs_db.py Add L3 VRRP HA base classes 2014-09-10 12:06:13 +00:00
l3_db.py Support multiple IPv6 prefixes on internal router ports 2015-04-03 03:19:51 +00:00
l3_dvr_db.py Merge "Fix docstring for l3_dvr_db.dvr_vmarp_table_update" 2015-04-06 22:33:45 +00:00
l3_dvrscheduler_db.py Router is not unscheduled when the last port is deleted 2015-04-10 01:12:01 +00:00
l3_gwmode_db.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
l3_hamode_db.py Merge "Improve DVR scale performance" 2015-03-31 01:33:34 +00:00
l3_hascheduler_db.py Expose ha_state per router to agent binding via API 2015-03-23 17:56:36 -04:00
model_base.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
models_v2.py Use 'port' instead of 'ports' to reference port from IPAllocation 2015-04-15 12:00:26 +03:00
netmtu_db.py Move network MTU from core REST API to extension API 2015-04-02 12:48:56 -04:00
portbindings_base.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
portbindings_db.py Remove unnecessary 'IN vs ==' sql query branches 2015-03-21 09:39:06 -07:00
portsecurity_db.py Merge "Add portsecurity extension support" 2015-03-18 16:48:40 +00:00
portsecurity_db_common.py Add portsecurity extension support 2015-03-17 05:13:04 +08:00
quota_db.py Quota model: use HasTenantId mixin 2015-04-16 12:12:47 -07:00
securitygroups_db.py Merge "Fix DBDuplicateError handling in _ensure_default_security_group" 2015-03-30 17:34:46 +00:00
securitygroups_rpc_base.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
servicetype_db.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
sqlalchemyutils.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
vlantransparent_db.py Moving VLAN Transparency support from core to extension 2015-04-08 08:35:13 -07:00