]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
added ucs plugin related execptions in cisco_exceptions.py
authorrohitagarwalla <roagarwa@cisco.com>
Sat, 20 Aug 2011 17:05:40 +0000 (10:05 -0700)
committerrohitagarwalla <roagarwa@cisco.com>
Sat, 20 Aug 2011 17:05:40 +0000 (10:05 -0700)
commit58c64f3f1af78c991174f087a4722068bee38a31
treed6c92cb2cfa81df9dbcc6e07a3398d2efdb98d2a
parent69dfdc95755208663ccfb170b3c50102e31e287e
added ucs plugin related execptions in cisco_exceptions.py
added ucs plugin persistence related modules - ucs_models.py and ucs_db.py
added ucs db related unit tests in test_database.py
fixed formatting in l2network_models.py and test_database.py
quantum/plugins/cisco/common/cisco_exceptions.py
quantum/plugins/cisco/db/l2network_models.py
quantum/plugins/cisco/db/ucs_db.py [new file with mode: 0644]
quantum/plugins/cisco/db/ucs_models.py [new file with mode: 0644]
quantum/plugins/cisco/tests/unit/test_database.py