]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add the beginnings of an OpenStack ReST API
authorZane Bitter <zbitter@redhat.com>
Tue, 25 Sep 2012 14:13:35 +0000 (16:13 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 27 Sep 2012 19:37:37 +0000 (21:37 +0200)
commit9e237f5a665042db2d592a4a0977cff933062590
treed11bc83b7bb39e26af0316c5b7b43c39699f8751
parentf26b2188319a293b4dff6a88c571215798634e85
Add the beginnings of an OpenStack ReST API

So far only access to stacks (not resources and events) is implemented.

Change-Id: I9655e9441087ef60c06e67e2d6ae68ec4a3b2d11
Signed-off-by: Zane Bitter <zbitter@redhat.com>
12 files changed:
bin/heat-api [new file with mode: 0755]
etc/heat/heat-api-paste.ini [new file with mode: 0644]
etc/heat/heat-api.conf [new file with mode: 0644]
heat/api/openstack/__init__.py [new file with mode: 0644]
heat/api/openstack/v1/__init__.py [new file with mode: 0644]
heat/api/openstack/v1/stacks.py [new file with mode: 0644]
heat/api/openstack/versions.py [new file with mode: 0644]
heat/engine/identifier.py
heat/tests/test_identifier.py
install.sh
run_tests.sh
setup.py