vmware-nsx/quantum/db/migration/alembic_migrations/versions
Mark McClain 8acc578147 create a Quantum port to reserve VIP address
fixes bug 1129672

The API previously allowed a VIP to be created without verifying that
the tenant had access to the subnet and that the address was valid and
available.  This change modifies VIP creation behavior to create a
Quantum port with the requested address.  If an address is not provided, an
address is allocated using the normal allocation process for the subnet.

This change also renames the port attribute to protocol_port to remove the
ambiguity about which type of port it represents.

Additional tests were added to validate the change in behavior.

Change-Id: Ib19ef653887da568364b4faa0d2c0fac30970b5f
2013-02-27 15:03:02 -08:00
..
1b693c095aa3_quota_ext_db_grizzly.py Fix branch in db migration scripts 2013-01-29 22:51:35 +09:00
1c33fa3cd1a1_extra_route_config.py Resolve branches in db migration scripts to G-3 release 2013-02-20 17:25:44 +09:00
1d76643bcec4_nvp_netbinding.py Postgresql ENUM type requires a name exceptions NVP Plugin 2013-01-29 15:47:50 -08:00
2a6d0b51f4bb_cisco_plugin_cleanup.py Cisco plugin cleanup 2013-01-24 12:58:37 -05:00
3b54bf9e29f7_nec_plugin_sharednet.py Resolve branches in db migration scripts to G-3 release 2013-02-20 17:25:44 +09:00
3cb5d900c5de_security_groups.py Remove external_id and security group proxy code 2013-02-22 12:17:18 -08:00
5a875d0e5c_ryu.py Add migration support to Quantum 2013-01-07 17:21:27 -08:00
48b6f43f7471_service_type.py Enforces generic sqlalchemy types in migrations. 2013-01-21 17:46:39 +00:00
54c2c487e913_lbaas.py create a Quantum port to reserve VIP address 2013-02-27 15:03:02 -08:00
1149d7de0cfa_port_security.py Add NVP port security implementation 2013-01-28 18:45:44 -08:00
1341ed32cc1e_nvp_netbinding_update.py Enable multiple L3 GW services on NVP plugin 2013-02-27 03:06:21 +01:00
4692d074d587_agent_scheduler.py Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08:00
45680af419f9_nvp_qos.py Add Migration for nvp-qos extension 2013-02-17 13:36:27 -08:00
363468ac592c_nvp_network_gw.py Resolve branches in db migration scripts to G-3 release 2013-02-20 17:25:44 +09:00
511471cc46b_agent_ext_model_supp.py Resolve branches in db migration scripts to G-3 release 2013-02-20 17:25:44 +09:00
38335592a0dc_nvp_portmap.py L3 API support for nicira plugin 2013-02-11 05:19:04 -08:00
49332180ca96_ryu_plugin_update.py Improve data access method of ryu-agent 2013-02-01 16:57:06 +09:00
folsom_initial.py set allocation_pool_id nullable=False 2013-01-22 18:28:07 -05:00
README Add migration support to Quantum 2013-01-07 17:21:27 -08:00

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.