]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add an identify_stack RPC call
authorZane Bitter <zbitter@redhat.com>
Wed, 5 Sep 2012 19:51:25 +0000 (21:51 +0200)
committerZane Bitter <zbitter@redhat.com>
Wed, 5 Sep 2012 19:53:10 +0000 (21:53 +0200)
commit052a6a431144f8d249c562e8a633e3e0afea12d5
treede9870de5ec310f2b018378a2ad7be980be5fe1c
parente8b464dabfd95c8ce7c90c72cb5132e7140062f7
Add an identify_stack RPC call

This call converts a stack name into a fully-qualified stack identifier.

This allows us to, e.g., add support for keeping deleted stacks around in
the database while still allowing stack names to be reused, since the
deleted stacks can be referenced using this ID.

Change-Id: Ide19841a92a25d2f6172f19c2627d24ab6d2fd63
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/manager.py
heat/engine/rpcapi.py
heat/tests/test_engine_manager.py