]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Allow nested stacks to be retrieved by name
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 19 Jul 2012 08:35:59 +0000 (18:35 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 19 Jul 2012 08:35:59 +0000 (18:35 +1000)
commitbe3c066ab87cc6e1a2ca8c097eeccd9217d7329a
tree1807504cef63b34661a3708beeb260a8dd3c3881
parentf046a6c2e259aaea4f103b00c5c2bd04aa5db209
Allow nested stacks to be retrieved by name

When getting the stack by name in the metadata server
we don't know the owner_id so allow retrieval just by name.

I suspect this will be a short term solution until we get proper
stack names.

Change-Id: I8845b2b33a5bae30aae66c06af01c1a27c990305
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
heat/db/sqlalchemy/api.py
heat/engine/manager.py