]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Initial commit (basics copied from glance)
authorAngus Salkeld <asalkeld@redhat.com>
Tue, 13 Mar 2012 10:48:07 +0000 (21:48 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Tue, 13 Mar 2012 10:48:07 +0000 (21:48 +1100)
commit3b9c41fb6ccdd0e48d22d43ed4855ff03e0fdc88
tree7ba9bb3b103736a677a46508580845990456594b
Initial commit (basics copied from glance)

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
30 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
bin/heat [new file with mode: 0755]
bin/heat-api [new file with mode: 0755]
etc/heat-api [new file with mode: 0644]
etc/heat-api-paste.ini [new file with mode: 0644]
heat/__init__.py [new file with mode: 0644]
heat/api/__init__.py [new file with mode: 0644]
heat/api/middleware/__init__.py [new file with mode: 0644]
heat/api/middleware/context.py [new file with mode: 0644]
heat/api/middleware/version_negotiation.py [new file with mode: 0644]
heat/api/v1/__init__.py [new file with mode: 0644]
heat/api/v1/router.py [new file with mode: 0644]
heat/api/v1/stacks.py [new file with mode: 0644]
heat/api/versions.py [new file with mode: 0644]
heat/client.py [new file with mode: 0644]
heat/common/__init__.py [new file with mode: 0644]
heat/common/auth.py [new file with mode: 0644]
heat/common/cfg.py [new file with mode: 0644]
heat/common/client.py [new file with mode: 0644]
heat/common/config.py [new file with mode: 0644]
heat/common/context.py [new file with mode: 0644]
heat/common/crypt.py [new file with mode: 0644]
heat/common/exception.py [new file with mode: 0644]
heat/common/policy.py [new file with mode: 0644]
heat/common/utils.py [new file with mode: 0644]
heat/common/wsgi.py [new file with mode: 0644]
heat/version.py [new file with mode: 0644]
pylintrc [new file with mode: 0644]
templates/getting_started.template [new file with mode: 0644]