neutron-lbaas/quantum/db/migration/alembic_migrations/versions
Bob Kukura 546151399d Initial Modular L2 plugin implementation.
The Modular L2 Plugin uses drivers to support separately extensible
sets of network types and of mechanisms for accessing networks of
those types. This is an initial implementation that has been tested
with the openvswitch and linuxbridge agents, and should also work with
the hyperv agent. See quantum/plugins/ml2/README for details.

Implements: blueprint modular-l2
Change-Id: Ia8cae480180f0990af7d5e5e56f29eaeac205e0e
2013-05-30 09:34:29 -04:00
..
1b693c095aa3_quota_ext_db_grizzly.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
1c33fa3cd1a1_extra_route_config.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
1d76643bcec4_nvp_netbinding.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
2a6d0b51f4bb_cisco_plugin_cleanup.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
2c4af419145b_l3_support.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
3b54bf9e29f7_nec_plugin_sharednet.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
3cb5d900c5de_security_groups.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
5a875d0e5c_ryu.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
5ac71e65402c_ml2_initial.py Initial Modular L2 plugin implementation. 2013-05-30 09:34:29 -04:00
32b517556ec9_remove_tunnelip_mode.py remove unused db model for openvswitch plugin 2013-05-23 06:55:51 +00:00
48b6f43f7471_service_type.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
54c2c487e913_lbaas.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
176a85fc7d79_add_portbindings_db.py add db to save host for port 2013-05-13 13:04:00 +00:00
1149d7de0cfa_port_security.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
1341ed32cc1e_nvp_netbinding_update.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
4692d074d587_agent_scheduler.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
45680af419f9_nvp_qos.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
363468ac592c_nvp_network_gw.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
511471cc46b_agent_ext_model_supp.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
38335592a0dc_nvp_portmap.py Shorten the path of the nicira nvp plugin. 2013-04-11 19:10:25 +00:00
49332180ca96_ryu_plugin_update.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
README Add migration support to Quantum 2013-01-07 17:21:27 -08:00
folsom_initial.py Initial Modular L2 plugin implementation. 2013-05-30 09:34:29 -04:00
grizzly_release.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00

README

This directory contains the migration scripts for the Quantum project.  Please
see the README in quantum/db/migration on how to use and generate new
migrations.