]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Report StackId in ARN format
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:52:53 +0000 (21:52 +0200)
commite8b464dabfd95c8ce7c90c72cb5132e7140062f7
treef976309b96b7d9f45ff83a9cb2589a50308c0c96
parent4465694e0d0e20ccc6383a8cd406f2df38de00ae
Report StackId in ARN format

In the RPC API, return a full stack identifier instead of just the database
ID of a stack. In the AWS API, convert this to an ARN for the user.

Change-Id: I5c3ede4885c4ac5801cfef49e05695f3d13622da
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/api/v1/stacks.py
heat/engine/api.py
heat/engine/manager.py
heat/tests/test_api_v1.py
heat/tests/test_engine_manager.py