From 42b2926c0a96139799bab37db6db31bffec0a2a1 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Mon, 2 Nov 2015 14:42:54 -0500 Subject: make generate_uuid return valid uuid original design prepended a namespace to the beginning of uuid. this scoped the uuid to a namespace but it is technically invalid. this patch drops the behaviour of prepending string. rather, it takes the namespace, hashes it, and uses uuid v5 to generate valid uuid based on that namespace Change-Id: Ibde222c91522fa3c4a1720b6a8da81dac31560b9 Closes-Bug: #1504889 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 6e334b4..a19cb0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ oslo.config>=2.6.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 pytz>=2013.6 six>=1.9.0 +debtcollector>=0.3.0 # Apache-2.0 -- cgit v1.2.1