]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
merged the latest changes from plugin-framework branch - revision 39
authorrohitagarwalla <roagarwa@cisco.com>
Mon, 1 Aug 2011 03:31:42 +0000 (20:31 -0700)
committerrohitagarwalla <roagarwa@cisco.com>
Mon, 1 Aug 2011 03:31:42 +0000 (20:31 -0700)
commit38e241ec485830de47f4024d834d12ad3f7fe2f2
tree7b956b13be2657c8958acd2a16c9399cd95a285a
parent5796e43bd9c4021996112c14aaa3be6537d52187
parent3eb5bcc009961a2d6b11f7428e7c603ede489888
merged the latest changes from plugin-framework branch - revision 39
conforming to the new cisco plugin directory structure and moving all db related modules into cisco/db folder
updated db_test_plugin.py
 - added import of cisco constants module
 - added LOG.getLogger for logging component name
 - updated import module paths for l2network_models/db and ucs_models/db to use the new directory structure
 - updated (rearranged) imports section to obey openstack alphabetical placement convention
updated db_conn.ini
 - updated database name from cisco_naas to quantum_l2network
unit test cases ran successfully and pep8 checks done again
quantum/plugins/cisco/README
quantum/plugins/cisco/db/db_conn.ini
quantum/plugins/cisco/db/db_test_plugin.py
quantum/plugins/cisco/db/l2network_db.py
quantum/plugins/cisco/db/l2network_models.py
quantum/plugins/cisco/db/ucs_db.py
quantum/plugins/cisco/db/ucs_models.py