neutron/neutron/db/migration/alembic_migrations/versions
Hirofumi Ichihara 6ff8582896 Metaplugin removal
Metaplugin is removed in Liberty.
Remove all metaplugin related codes.

DocImpact
APIImpact

Co-Authored-By: Itsuro Oda <oda@valinux.co.jp>
Change-Id: I9cf36e1fd3a009c175e0d475af407a30f4e5c408
Closes-Bug: #1465126
2015-07-23 19:05:05 +09:00
..
liberty Metaplugin removal 2015-07-23 19:05:05 +09:00
1f71e54a85e7_ml2_net_seg_model.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
2a1ee2fb59e0_add_mac_address_unique_constraint.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
2b801560a332_remove_hypervneutronplugin_tables.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
2d2a8a565438_hierarchical_binding.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
4dbe243cd84d_nsxv.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
14be42f3d0a5_default_sec_group_table.py Python3: use six.iteritems() instead of dict.iteritems() 2015-06-01 23:13:42 +02:00
16cdf118d31d_extra_dhcp_options_ipv6_support.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
20b99fd19d4f_cisco_ucs_manager_mechanism_driver.py Cisco UCS Manager ML2 Mechanism Driver 2015-03-25 17:03:07 +00:00
20c469a5f920_add_index_for_port.py Add index for port 2015-04-03 08:55:13 +08:00
26b54cf9024d_add_index_on_allocated.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
28a09af858a8_subnetpool_quotas.py Simple subnetpool allocation quotas 2015-03-31 20:56:31 +00:00
28c0ffb8ebbd_remove_mlnx_plugin.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
35a0f3365720_add_port_security_in_ml2.py Use 1/0 as booleans for DB2 2015-03-26 14:22:16 +08:00
51c54792158e_subnetpools.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
57dd745253a6_nuage_kilo_migrate.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
268fb5e99aa2_subnetpool_allocation.py Subnet allocation from a subnet pool 2015-03-31 13:44:14 -07:00
341ee8a4ccb5_sync_with_cisco_repo.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
408cfbf6923c_remove_ryu_plugin.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
589f9237ca0e_cisco_n1kv_ml2_driver_tables.py Fix Enum usage in 589f9237ca0e_cisco_n1kv_ml2_driver_tables 2015-06-11 15:19:12 +03:00
1955efc66455_weight_scheduler.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
38495dc99731_ml2_tunnel_endpoints_table.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
41662e32bce2_l3_dvr_snat_mapping.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
43763a9618fd_add_mtu_attributes_to_network.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
4119216b7365_add_tenant_id_idx.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
034883111f_remove_subnetpool_allow_overlap.py Remove allow_overlap from subnetpools API 2015-03-25 21:15:53 -07:00
44621190bc02_add_uniqueconstraint_ipavailability_ranges.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
57086602ca0a_scrap_nsx_adv_svcs_models.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
HEADS Metaplugin removal 2015-07-23 19:05:05 +09:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
bebba223288_add_vlan_transparent_property_to_network.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
f15b1fb526dd_cascade_floatingip.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
juno_initial.py Juno_initial migration 2015-06-16 15:03:14 +03:00
kilo_release.py Add Kilo release milestone 2015-04-16 13:38:46 -04:00

README

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