~rohitagarwalla/neutron/l2network-plugin-db

  • Committer: rohitagarwalla
  • Date: 2011-08-10 19:39:09 UTC
  • Revision ID: roagarwa@cisco.com-20110810193909-571td6omgrlezh8r
- added network and port models into the l2network plugin instead of using quantum models
- added api methods for network and ports
- restructured code to use the l2network network and port
- added l2network base class for other tables to inherit
- added support for l2network plugin model objects to behave like dictionary (gets rid of code to convert objects into dictionaries)
- added foreign key constraints to l2network plugin model attributes representing columns
- added attributes to represent relation between models in l2network plugin
- added joinedload only to network and port (need to to for others)
- added InnoDB as the storage medium in base table for imposing foreign keys
- updated l2network test cases to handle foreign key constraints
Filename Latest Rev Last Changed Committer Comment Size
..
bin 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. Diff
bzrplugins 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. Diff
doc 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. Diff
etc 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. Diff
quantum 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. Diff
tests 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. Diff
tools 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. Diff
.bzrignore 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. 136 bytes Diff Download File
LICENSE 21.13.1 12 years ago Somik Behera Adding Apache Version 2.0 license file. This is th 9.9 KB Diff Download File
README 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. 3.4 KB Diff Download File
run_tests.py 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. 10.2 KB Diff Download File
File run_tests.sh 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. 2.4 KB Diff Download File
TESTING 21.2.8 12 years ago Dan Wendlandt merge Salvatore's api branch with fixes for tests. 1.9 KB Diff Download File