]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use physical resource names with a short_id
authorZane Bitter <zbitter@redhat.com>
Mon, 17 Jun 2013 10:24:49 +0000 (12:24 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 17 Jun 2013 10:24:49 +0000 (12:24 +0200)
commit9e2ecf756815d69e5b7fe851f4c38fa4a23e9661
treeba4504781aa4d6d36726e2aa2b279e5f98e18bf3
parentd0cdccace0240ce116a3900fe45cb60c5374e38a
Use physical resource names with a short_id

The short_id is a random, but stable, 12-character alphanumeric ID.

This will allow two resources of the same name to exist concurrently. That
is necessary for resources to be replaced during an update without
interruption.

Change-Id: If32904a47c6f8fb651e317ce91f2a04f6eadcc0b
heat/engine/resource.py
heat/tests/utils.py