]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use physical_resource_name() for Swift containers
authorZane Bitter <zbitter@redhat.com>
Mon, 17 Jun 2013 10:24:50 +0000 (12:24 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 17 Jun 2013 10:26:20 +0000 (12:26 +0200)
commit560804e42852eb8fb9dd2958243135545f6b4d0d
treedbd68f66f800d876472d4c7c5ed79f1c36df213f
parent9e2ecf756815d69e5b7fe851f4c38fa4a23e9661
Use physical_resource_name() for Swift containers

This returns names which are of the same form, but which are based on the
resource id (and hence are stable).

Change-Id: Id091bdef74e07fc0df0e6e4914dae8af8b29384c
heat/engine/resources/s3.py
heat/engine/resources/swift.py
heat/tests/test_s3.py
heat/tests/test_swift.py