]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add skeleton structure for the metadata server
authorTomas Sedovic <tomas@sedovic.cz>
Fri, 27 Apr 2012 16:40:49 +0000 (18:40 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Fri, 27 Apr 2012 16:40:49 +0000 (18:40 +0200)
commit4fa77a658c12b8caef72059ec645d04d80a8b639
tree2f908d7b21e755c0c0d12578431f8de63e5143a8
parent669f312c9a80a5ce322b838ebe2b1656b292b888
Add skeleton structure for the metadata server
bin/heat-metadata [new file with mode: 0755]
etc/heat-metadata-paste.ini [new file with mode: 0644]
etc/heat-metadata.conf [new file with mode: 0644]
heat/common/config.py
heat/metadata/__init__.py [new file with mode: 0644]
heat/metadata/api/__init__.py [new file with mode: 0644]
heat/metadata/api/v1/__init__.py [new file with mode: 0644]
heat/metadata/api/v1/metadata.py [new file with mode: 0644]
setup.py