]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Connect metadata server to the engine via RPC
authorTomas Sedovic <tomas@sedovic.cz>
Fri, 4 May 2012 13:16:11 +0000 (15:16 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Sat, 5 May 2012 00:22:42 +0000 (02:22 +0200)
commit9d69b204023eed196d4dd113d3378a0704d428dd
treebadf132d74c4525e4fe8bfbe26e514b11bc44991
parent247266e7bc65550b87f90ecfb2cb1c5a9e5efc0b
Connect metadata server to the engine via RPC

Similarly to the way heat-api works, the engine does all the heavy lifting (db
access, etc.) while the metadata server provides the API layer that communicates
with the engine.

Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
bin/heat-metadata
heat/common/config.py
heat/db/sqlalchemy/models.py
heat/engine/manager.py
heat/metadata/api/v1/metadata.py