]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add API v2 support
authorJason Kölker <jason@koelker.net>
Wed, 9 May 2012 17:04:11 +0000 (12:04 -0500)
committerJason Kölker <jason@koelker.net>
Mon, 11 Jun 2012 15:36:10 +0000 (10:36 -0500)
commite791e9e3703d0426a80cb0d4423a9501c2445335
tree8ba96254b15101e95a8d51752fdcd05d7d487995
parent268040c3365aacef4e53bb7795ae598dd98bb77f
Add API v2 support

* Implements BP v2-api-melange-integration
* Adds v2 Plugin specification
* Refactors SQLAlchemy usage for multiple BASE's

Change-Id: I45f008f181c18269afdfe4a9b589a7c5ae56d225
22 files changed:
etc/quantum.conf
quantum/api/v2/__init__.py [new file with mode: 0644]
quantum/api/v2/base.py [new file with mode: 0644]
quantum/api/v2/resource.py [new file with mode: 0644]
quantum/api/v2/router.py [new file with mode: 0644]
quantum/api/v2/views.py [new file with mode: 0644]
quantum/api/versions.py
quantum/common/exceptions.py
quantum/common/utils.py
quantum/db/api.py
quantum/db/db_base_plugin_v2.py [new file with mode: 0644]
quantum/db/model_base.py [new file with mode: 0644]
quantum/db/models.py
quantum/db/models_v2.py [new file with mode: 0644]
quantum/manager.py
quantum/plugins/sample/SamplePluginV2.py [new file with mode: 0644]
quantum/quantum_plugin_base_v2.py [new file with mode: 0644]
quantum/tests/unit/test_api_v2.py [new file with mode: 0644]
quantum/tests/unit/test_db_plugin.py [new file with mode: 0644]
quantum/wsgi.py
tools/pip-requires
tools/test-requires