vmware-nsx/quantum/db/migration/alembic_migrations/versions
Salvatore Orlando 268d39c230 L3 API support for nicira plugin
blueprint nvp-l3-api

This patch adds supports the Quantum L3 API extension to the nicira NVP
Quantum Plugin.

The patch includes code for managing Quantum routers, router interfaces,
external gateways, and floating IPs, and for applying the relevant
configurations on the NVP controller using the NVP API.

The patch also includes NVP-specific support for access to the nova
metadata server via injection of a host route in VM instances.

Change-Id: I20b45190f1eaca0229d30871b25484b90298a18b
2013-02-11 05:19:04 -08:00
..
1b693c095aa3_quota_ext_db_grizzly.py Fix branch in db migration scripts 2013-01-29 22:51:35 +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
3cb5d900c5de_security_groups.py Implements quantum security groups support on OVS plugin 2013-02-10 07:42:28 +09: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
1149d7de0cfa_port_security.py Add NVP port security implementation 2013-01-28 18:45:44 -08: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.