vmware-nsx/quantum/db
Akihiro MOTOKI c3fd3feba6 plugin/nec: Make sure resources on OFC is globally unique.
Fixes bug 1127664

Network cannot be created in NEC plugin when OFC network ID is
unique inside a tenant. Some OFC implmenetations generate a network
ID unique inside a tenant. In this case generated network IDs on can
be duplicated in system-wide. To fix it, this changes resource ID on
OFC to REST URI to make sure IDs on OFC globally unique.

Fixes bug 1120962

Make sure NEC plugin creates shared networks

In Quantum resource relationship is not limited inside a tenant.
E.g., a non-owner tenant can create a port on a shared network.
To deal with it the provider layer should not be aware of tenants
each resource belongs to even when it has a kind of tenant concept.

This commit changes ofc_manager to pass a parent resource for resource
creation and identify a resouce by REST URI used to access OFC resources.
It decouples Quantum resource access model from OFC resource models.
OFC IDs created before this commit are also looked up.

Primary keys of OFC ID mapping tables are changed to quantum_id because
most of all accesses to these mapping tables are done by quantum_id.
However the current version of alembic does not support changing primary
keys, so new OFC ID mapping tables for tenant, network, port and packet
filter are created. Dropping the previous mapping tables will be done
along with the data migration logic.

This commit also changes the following minor issues.
- Make sure ID on ProgrammableFlow OpenFlow controller (PFC) is less than
  32 chars. The current PFC accepts only 31 chars max as ID and 127 chars
  as a description string.
- Some database accesses created their own session and did not support
  subtransactions. Make sure to use context.session passed from the API layer.
- Removes Unused methods (update_network, update_port) in trema/pfc drivers.

Change-Id: Ib4bb830e5f537c789974fa7b77f06eaeacb65333
2013-02-18 17:40:35 +09:00
..
loadbalancer Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
migration plugin/nec: Make sure resources on OFC is globally unique. 2013-02-18 17:40:35 +09:00
__init__.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
agents_db.py Agent management extension 2013-02-18 11:43:45 +08:00
api.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
db_base_plugin_v2.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
dhcp_rpc_base.py Fix i18n messages 2013-01-22 11:42:15 +08:00
l3_db.py correct spelling of Notify in classname 2013-01-29 16:25:54 -05:00
l3_rpc_agent_api.py correct spelling of Notify in classname 2013-01-29 16:25:54 -05:00
l3_rpc_base.py l3 agent rpc 2012-12-04 16:46:44 +08:00
model_base.py Implementing string representation for model classes 2012-12-26 14:14:33 +02:00
models_v2.py set allocation_pool_id nullable=False 2013-01-22 18:28:07 -05:00
portsecurity_db.py Fixes import order errors 2013-01-28 20:10:45 +08:00
quota_db.py Adds xml support for quantum v2 API. 2013-02-06 00:50:24 +00:00
securitygroups_db.py Merge "Fix SG interface to reflect the reality" 2013-02-18 07:55:03 +00:00
securitygroups_rpc_base.py Implements quantum security groups support on OVS plugin 2013-02-10 07:42:28 +09:00
servicetype_db.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00