From a955f612c348555816887167465083cbeaf10ebe Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 3 Dec 2012 15:14:16 +1300 Subject: [PATCH] Make default encryption key long enough for unit tests Change-Id: Ibef2eabfa50b56c12975222d6073a243bcb0dfef --- heat/common/crypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/common/crypt.py b/heat/common/crypt.py index 76339390..a1da4d0a 100644 --- a/heat/common/crypt.py +++ b/heat/common/crypt.py @@ -24,7 +24,7 @@ from heat.openstack.common import log as logging auth_opts = [ cfg.StrOpt('auth_encryption_key', - default='notgood', + default='notgood but just long enough i think', help="Encryption key used for authentication info in database") ] -- 2.45.2