neutron/neutron/db/migration/alembic_migrations/versions
Akihiro Motoki 2d8632e412 Use _ from neutron._i18n
Partial-Bug: #1520094
Change-Id: I874a4aa1d71d1f7034a1ff0b7450b419ef5c6864
2015-12-06 19:39:04 +09:00
..
liberty Tag the alembic migration revisions for Liberty 2015-09-29 10:48:29 -04:00
mitaka Merge "Run NOT NULL alterations before foreign key adds" 2015-12-04 17:07:59 +00: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 Rename args for alembic 0.8.0 2015-08-18 21:54:08 -04:00
2b801560a332_remove_hypervneutronplugin_tables.py Hyper-V: remove driver from the neutron tree 2015-12-03 06:11:59 -08: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 Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
16cdf118d31d_extra_dhcp_options_ipv6_support.py Rename args for alembic 0.8.0 2015-08-18 21:54:08 -04: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 Rename args for alembic 0.8.0 2015-08-18 21:54:08 -04: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 Rename args for alembic 0.8.0 2015-08-18 21:54:08 -04:00
41662e32bce2_l3_dvr_snat_mapping.py Rename args for alembic 0.8.0 2015-08-18 21:54:08 -04: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 Rename args for alembic 0.8.0 2015-08-18 21:54:08 -04:00
57086602ca0a_scrap_nsx_adv_svcs_models.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
CONTRACT_HEAD Make Neutron resources reference standard attr table 2015-11-23 07:41:26 -08:00
EXPAND_HEAD Add availability_zone support for router 2015-12-04 12:32:42 +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 Rename args for alembic 0.8.0 2015-08-18 21:54:08 -04: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.