neutron/neutron/db
Sergey Belous a8109af65f Extend Quota API to report usage statistics
Extend existing quota api to report a quota set. The quota set
will contain a set of resources and its corresponding reservation,
limits and in_use count for each tenant.

DocImpact:Documentation describing the new API as well as the new
information that it exposes.
APIImpact

Co-Authored-By: Prince Boateng<prince.a.owusu.boateng@intel.com>
Change-Id: Ief2a6a4d2d7085e2a9dcd901123bc4fe6ac7ca22
Related-bug: #1599488
2017-07-17 20:51:48 +00:00
..
allowed_address_pairs Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
availability_zone use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
extra_dhcp_opt Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
metering use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
migration Fix alter_enum_add_value 2017-07-05 18:23:50 +04:00
models [log]: db models and migration rules 2017-06-13 08:52:12 +07:00
network_dhcp_agent_binding Relocate Agent DB model 2016-10-07 14:18:19 -04:00
port_security Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
qos Add QoS policy network binding OVO 2017-07-07 10:53:04 +01:00
quota Extend Quota API to report usage statistics 2017-07-17 20:51:48 +00:00
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
_model_query.py Merge "Support object string field filtering on "LIKE" statement" 2017-07-07 22:58:04 +00:00
_resource_extend.py Refactor CommonDbMixin for removal 2017-04-25 14:13:30 -04:00
_utils.py use attribute functions/operations from neutron-lib 2017-06-21 10:58:28 -06:00
address_scope_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
agents_db.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
agentschedulers_db.py Spin off context module 2017-03-06 16:25:29 +00:00
allowedaddresspairs_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
api.py remove unused reraise_as_retryrequest 2017-06-06 14:03:51 -06:00
common_db_mixin.py Move _get_marker_obj() out of CommonDbMixin. 2017-05-02 16:47:42 +00:00
data_plane_status_db.py Eliminate lookup of "resource extend" funcs by name 2017-04-21 14:48:42 -04:00
db_base_plugin_common.py Merge "Integration of IPAllocation" 2017-07-10 04:17:15 +00:00
db_base_plugin_v2.py Merge "Integration of IPAllocation" 2017-07-10 04:17:15 +00:00
dns_db.py Eliminate lookup of "resource extend" funcs by name 2017-04-21 14:48:42 -04:00
dvr_mac_db.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
external_net_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
extradhcpopt_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
extraroute_db.py Eliminate lookup of "resource extend" funcs by name 2017-04-21 14:48:42 -04:00
flavors_db.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
ipam_backend_mixin.py Do not defer allocation if fixed-ips is in the port create request. 2017-06-11 13:10:44 +00:00
ipam_pluggable_backend.py Integration of IPAllocation 2017-06-21 17:33:41 +09:00
l3_agentschedulers_db.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
l3_attrs_db.py Eliminate lookup of "resource extend" funcs by name 2017-04-21 14:48:42 -04:00
l3_db.py Use _is_dns_integration_supported for _delete_floatingip 2017-07-06 14:27:21 +00:00
l3_dvr_db.py Merge "Use super to make _build_routers_list safer" 2017-07-03 18:43:43 +00:00
l3_dvr_ha_scheduler_db.py Remove unused LOG 2016-07-05 15:22:13 +08:00
l3_dvrscheduler_db.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
l3_gwmode_db.py Use super to make _build_routers_list safer 2017-06-15 00:28:16 -07:00
l3_hamode_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
l3_hascheduler_db.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
models_v2.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
network_ip_availability_db.py New enginefacade for networks, subnets. 2017-03-30 01:26:45 -07:00
portbindings_base.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
portbindings_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
portsecurity_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
portsecurity_db_common.py use neutron-lib port security api-def 2017-05-01 11:45:42 -06:00
provisioning_blocks.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
quota_db.py Create packages for quota modules 2015-07-28 11:55:01 -07:00
rbac_db_mixin.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
rbac_db_models.py Use DB field sizes instead of _MAX_LEN constants 2016-12-23 13:48:57 +00:00
securitygroups_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
securitygroups_rpc_base.py Decompose SG RPC API DB methods 2017-06-14 16:11:41 -07:00
segments_db.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
servicetype_db.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
sqlalchemytypes.py For typo in sqlalchemytypes 2017-02-13 16:18:46 +00:00
standard_attr.py Manually increment revision numbers in revision plugin 2017-06-14 18:47:17 -07:00
standardattrdescription_db.py Eliminate lookup of "resource extend" funcs by name 2017-04-21 14:48:42 -04:00
subnet_service_type_db_models.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
tag_db.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
vlantransparent_db.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00