neutron/neutron/db
Takashi NATSUME 5cef3f726e Add a hacking rule for string interpolation at logging
String interpolation should be delayed to be handled
by the logging code, rather than being done
at the point of the logging call.
So add a hacking rule for it.

See the oslo i18n guideline.

* http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Change-Id: I91e8d59d508c594256d5f74514e62f8f928d1df5
Closes-Bug: #1596829
2016-07-11 22:54:56 +00:00
..
allowed_address_pairs Integrate the port allowed address pairs VersionedObject in Neutron 2016-05-20 15:18:22 +02:00
availability_zone Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
extra_dhcp_opt Integrate the Extra Dhcp Opt VersionedObject in Neutron 2016-04-07 16:44:33 +01:00
metering Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
migration Revert "Support unique labels for alembic branches" 2016-07-06 16:51:04 +00:00
network_dhcp_agent_binding Make pep8 job great again 2016-06-21 16:23:51 +00:00
qos Merge "QOS: Provide get methods for policy & network/port binding" 2016-03-29 14:49:25 +00:00
quota Add a hacking rule for string interpolation at logging 2016-07-11 22:54:56 +00:00
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
address_scope_db.py objects: switch base plugin class to using subnetpool object 2016-06-14 14:26:33 +00:00
agents_db.py Merge "Refactor the rpc callback version discovery mechanism" 2016-06-09 12:40:20 +00:00
agentschedulers_db.py DHCP Agent scheduling with segments 2016-06-23 17:34:25 -05:00
allowedaddresspairs_db.py Integrate the port allowed address pairs VersionedObject in Neutron 2016-05-20 15:18:22 +02:00
api.py New engine facade from oslo_db: Step 2 2016-07-06 16:32:43 +03:00
common_db_mixin.py Use paginate_query from oslo_db 2016-04-27 03:12:24 +00:00
db_base_plugin_common.py Merge "Remove unnecessary flush for duplicate address detection" 2016-07-05 22:24:18 +00:00
db_base_plugin_v2.py Merge "Revert "move import to top and rename to make more readable"" 2016-06-22 03:03:22 +00:00
dns_db.py Add a hacking rule for string interpolation at logging 2016-07-11 22:54:56 +00:00
dvr_mac_db.py Obsolete mac_generation_retries and deprecate the option 2016-06-20 12:31:30 -06:00
external_net_db.py Fix update target tenant RBAC external path 2016-04-29 23:27:12 -07:00
extradhcpopt_db.py Integrate the Extra Dhcp Opt VersionedObject in Neutron 2016-04-07 16:44:33 +01:00
extraroute_db.py Fix the context passed to get_subnets in _validate_routes 2016-03-11 00:39:32 +00:00
flavors_db.py Remove references to model_base through models_v2 2016-01-06 16:12:29 -07:00
ipam_backend_mixin.py objects: Introduce the DNSNameServer OVO in the code 2016-06-27 16:22:11 +02:00
ipam_non_pluggable_backend.py Remove IP availability range recalculation logic 2016-06-22 09:21:42 -07:00
ipam_pluggable_backend.py Merge "Do not rewrite original exception for IPAM part 2" 2016-06-22 19:08:26 +00:00
l3_agentschedulers_db.py Fix release name in deprecating message for agent status checks 2016-06-16 09:11:26 +00:00
l3_attrs_db.py Ensure agent binding modules are loaded 2016-01-10 14:09:38 +00:00
l3_db.py Fix typo in message string causing server exception 2016-07-08 15:21:45 -04:00
l3_dvr_db.py Make pep8 job great again 2016-06-21 16:23:51 +00:00
l3_dvr_ha_scheduler_db.py Remove unused LOG 2016-07-05 15:22:13 +08:00
l3_dvrscheduler_db.py Rename dvr portbinding functions 2016-07-09 08:21:17 +00:00
l3_gwmode_db.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
l3_hamode_db.py Deprecate option min_l3_agents_per_router 2016-07-08 19:08:36 +00:00
l3_hascheduler_db.py Add availability_zone support for router 2015-12-04 12:32:42 +09:00
model_base.py Add data model for standard attr revision numbers 2016-06-10 23:53:54 +00:00
models_v2.py Make pep8 job great again 2016-06-21 16:23:51 +00:00
netmtu_db.py Move network MTU from core REST API to extension API 2015-04-02 12:48:56 -04:00
network_ip_availability_db.py IP Availability: remove unused imports 2016-03-01 07:06:10 -08:00
portbindings_base.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
portbindings_db.py Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
portsecurity_db.py Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
portsecurity_db_common.py port security: gracefully handle resources with no bindings 2016-03-24 22:27:31 +01:00
provisioning_blocks.py Add provisioning blocks to status ACTIVE transition 2016-05-11 11:03:09 -07:00
quota_db.py Create packages for quota modules 2015-07-28 11:55:01 -07:00
rbac_db_mixin.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
rbac_db_models.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
securitygroups_db.py Don't catch DBDuplicate in default SG creation 2016-07-06 03:09:47 -07:00
securitygroups_rpc_base.py Use IPv6_LLA_PREFIX from neutron-lib 2016-05-29 08:29:43 -07:00
segments_db.py Dont use query if network_ids is empty 2016-05-30 03:13:21 +00:00
servicetype_db.py Add method to get service provider names by resources 2016-05-12 07:40:45 -07:00
sqlalchemytypes.py Hacking rule to check i18n usage 2016-03-30 21:28:37 -04:00
sqlalchemyutils.py Use paginate_query from oslo_db 2016-04-27 03:12:24 +00:00
standardattrdescription_db.py Add a description field to all standard resources 2016-03-05 02:29:35 +00:00
tag_db.py Add filter for resource tag 2016-03-01 20:47:12 +00:00
vlantransparent_db.py Moving VLAN Transparency support from core to extension 2015-04-08 08:35:13 -07:00