neutron/neutron/db
Nate Johnston 6098fc7430 Incorporate capability for multiple mac generation
The bulk port creation scenario requires the ability to generate
multiple MAC addresses for the bulk added ports.  This change leverages
the code added in [1] to make bulk MAC creation available.

[1] https://review.openstack.org/510830

Implements: blueprint speed-up-neutron-bulk-creation
Depends-On: https://review.openstack.org/613149
Change-Id: Ia769dadf69781ba511a19c52998949b668963a19
2018-11-08 09:43:33 -05:00
..
allowed_address_pairs Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
availability_zone use is_extension_supported from neutron-lib 2018-03-12 09:28:52 -06:00
extra_dhcp_opt Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
metering use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
migration Fix flake8 N534 untranslated exception message 2018-10-19 15:46:04 -04:00
models [server side] Fix race issue for port forwarding plugin 2018-08-01 02:45:14 +08:00
network_dhcp_agent_binding OVO for NetworkDhcpAgentBinding 2017-09-08 15:48:00 +00:00
port_security Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
qos [L3][QoS] Neutron server side Floating IP QoS 2017-11-29 16:45:38 +08:00
quota use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
_model_query.py shim model query hooks to use neutron-lib 2018-08-14 15:24:13 -06:00
_resource_extend.py use make_weak_ref and resolve_ref from neutron-lib 2018-06-11 11:10:53 -06:00
_utils.py use db utils from lib 2018-07-02 08:24:36 -06:00
address_scope_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
agents_db.py notification: Add 'status' to agent after_create/update 2018-10-25 15:34:06 +02:00
agentschedulers_db.py Fix unscheduling fail when concurrent port delete 2018-06-09 02:58:20 +08:00
allowedaddresspairs_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
api.py use MAX_RETRIES from neutron-lib 2018-11-06 07:40:05 -07:00
common_db_mixin.py use db utils from lib 2018-07-02 08:24:36 -06: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 Incorporate capability for multiple mac generation 2018-11-08 09:43:33 -05:00
db_base_plugin_v2.py Incorporate capability for multiple mac generation 2018-11-08 09:43:33 -05:00
dns_db.py Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00
dvr_mac_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
external_net_db.py Merge "Use NetworkRBAC OVO in neutron/db/external_net_db.py" 2018-11-05 12:45:33 +00:00
extradhcpopt_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
extraroute_db.py l3 flavor: more events/notifications and callback priority 2018-05-18 00:14:33 +00:00
flavors_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
ipam_backend_mixin.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
ipam_pluggable_backend.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
l3_agentschedulers_db.py Merge "Update _check_router_retain_needed()" 2018-07-20 05:14:29 +00:00
l3_attrs_db.py l3: don't begin db transaction in set_extra_attr_value 2018-02-07 23:50:47 +00:00
l3_db.py Merge "Verify port_forwarding subnet and IP address both" 2018-11-01 23:13:25 +00:00
l3_dvr_db.py Fix dvr ha router gateway goes wrong host 2018-10-19 12:12:54 +08:00
l3_dvr_ha_scheduler_db.py Remove unused LOG 2016-07-05 15:22:13 +08:00
l3_dvrscheduler_db.py Trigger router update only when gateway port IP changed 2018-10-05 04:16:34 +08:00
l3_fip_pools_db.py Introduce floating IP pool resource 2018-10-04 15:53:53 +00:00
l3_fip_port_details.py Add port_details to Floating IP 2018-04-25 17:16:03 +00:00
l3_fip_qos.py Refactor duplicated implementation of _get_policy_obj 2018-06-20 09:51:02 +08:00
l3_gwmode_db.py l3 flavor: more events/notifications and callback priority 2018-05-18 00:14:33 +00:00
l3_hamode_db.py Merge "Fix dvr ha router gateway goes wrong host" 2018-10-22 10:29:24 +00:00
l3_hascheduler_db.py Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00
models_v2.py Revert "Update network revision only when it needs" 2018-08-14 21:06:21 +00:00
network_ip_availability_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
portbindings_base.py use core resource attribute constants from neutron-lib 2017-06-30 06:25:36 -06:00
portbindings_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -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 db utils from lib 2018-07-02 08:24:36 -06:00
provisioning_blocks.py Fix flake8 N534 untranslated exception message 2018-10-19 15:46:04 -04:00
quota_db.py Create packages for quota modules 2015-07-28 11:55:01 -07:00
rbac_db_mixin.py use retry_if_session_inactive from neutron-lib 2018-10-12 14:47:35 -06:00
rbac_db_models.py Bump network rev on RBAC change 2017-08-02 16:44:01 +00:00
securitygroups_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
securitygroups_rpc_base.py use retry_if_session_inactive from neutron-lib 2018-10-12 14:47:35 -06:00
segments_db.py use context manager from neutron-lib 2018-10-24 07:18:46 -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 Fix flake8 N534 untranslated exception message 2018-10-19 15:46:04 -04:00
standardattrdescription_db.py Eliminate lookup of "resource extend" funcs by name 2017-04-21 14:48:42 -04:00
subnet_service_type_mixin.py Renamed subnet_service_type_db_models module 2018-04-12 15:41:08 -07:00
vlantransparent_db.py use vlantransparent api def from neutron-lib 2018-02-20 07:43:03 +00:00