]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
ReST API: Add a convenience redirect for resources
authorZane Bitter <zbitter@redhat.com>
Wed, 14 Nov 2012 16:51:26 +0000 (17:51 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 16 Nov 2012 11:19:47 +0000 (12:19 +0100)
commitf844bf35119f77a56bdbc6215c961aff64440be9
tree64ce05301c2977d52b1db6e983fbb6f9e558d26d
parentd892d8166cbb002effc9518793d114406ae59112
ReST API: Add a convenience redirect for resources

Since the path stacks/{stack_name}/{stack_id}/resources exists for each
valid stack we can safely redirect to it from stacks/{stack_name}/resources
without having to perform any further checks in the engine, so we may as
well allow it.

Change-Id: I0169493479f8c6840de3edad271cf98e8fd5d1da
Signed-off-by: Zane Bitter <zbitter@redhat.com>
docs/api.md
heat/api/openstack/v1/__init__.py
heat/api/openstack/v1/stacks.py
heat/tests/test_api_openstack_v1.py