From: Steve Baker Date: Mon, 3 Dec 2012 02:14:16 +0000 (+1300) Subject: Make default encryption key long enough for unit tests X-Git-Tag: 2014.1~1136 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a955f612c348555816887167465083cbeaf10ebe;p=openstack-build%2Fheat-build.git Make default encryption key long enough for unit tests Change-Id: Ibef2eabfa50b56c12975222d6073a243bcb0dfef --- 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") ]