]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
added network and port models similar to quantum with following changes -
authorrohitagarwalla <roagarwa@cisco.com>
Thu, 11 Aug 2011 17:39:43 +0000 (10:39 -0700)
committerrohitagarwalla <roagarwa@cisco.com>
Thu, 11 Aug 2011 17:39:43 +0000 (10:39 -0700)
commit7b4e389c1b0096616840529e49f3bffe45ee1d18
treea4092102650605715d1b44be123611bb8fdfbdd3
parent0d404e9eb8effd1e5e562a91de33916620af7e75
added network and port models similar to quantum with following changes -
 - InnoDB as storage engine to allow foreign key constraints
 - joinedLoad operation on the queries to make use of relation between Network and Port
Moved out the network and port code to make l2network contain vlanbinding, portprofile and portprofile bindings
quantum/plugins/cisco/db/api.py [new file with mode: 0644]
quantum/plugins/cisco/db/l2network_db.py
quantum/plugins/cisco/db/l2network_models.py
quantum/plugins/cisco/db/models.py [new file with mode: 0644]