]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a module for generating random short ID strings
authorZane Bitter <zbitter@redhat.com>
Fri, 22 Feb 2013 15:05:12 +0000 (16:05 +0100)
committerZane Bitter <zbitter@redhat.com>
Mon, 25 Feb 2013 09:51:41 +0000 (10:51 +0100)
commitebcad29e1e42caa5cf2c6fb2b229ba8166430ac2
tree21215edcdc0a2bef6bab19c43862daec3aa88d25
parentd5cd88b484392b6ad14d963148ba5d1a9b7ffb0e
Add a module for generating random short ID strings

These can be used to ensure uniqueness of names when creating resources in
OpenStack services.

Change-Id: Ifb048fd8ec676b7fd6a15c5d4a39bfc98f0aeca9
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/common/short_id.py [new file with mode: 0644]
heat/tests/test_short_id.py [new file with mode: 0644]