]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Allow separate versioning of each API
authorZane Bitter <zbitter@redhat.com>
Thu, 27 Sep 2012 12:40:52 +0000 (14:40 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 27 Sep 2012 13:52:17 +0000 (15:52 +0200)
commitf26b2188319a293b4dff6a88c571215798634e85
tree575a9949fd781e961affeac51a1d8c0f399d5f66
parent3c85e1941f95e30b2c592117b4b6b23cecb87bbd
Allow separate versioning of each API

Previously, all APIs used single versioning definition. Since these are
likely to change at different rates (AWS APIs are unlikely to change at
all, but OpenStack APIs probably will), give each their own version
definition.

Change-Id: I6985205dfcb5baf6f49ad32b091d811f97d1552a
Signed-off-by: Zane Bitter <zbitter@redhat.com>
etc/heat/heat-api-cfn-paste.ini
etc/heat/heat-api-cloudwatch-paste.ini
heat/api/cfn/__init__.py
heat/api/cfn/v1/__init__.py
heat/api/cfn/versions.py [moved from heat/api/versions.py with 84% similarity]
heat/api/cloudwatch/__init__.py
heat/api/cloudwatch/versions.py [new file with mode: 0644]
heat/api/middleware/version_negotiation.py