]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Make default encryption key long enough for unit tests
authorSteve Baker <sbaker@redhat.com>
Mon, 3 Dec 2012 02:14:16 +0000 (15:14 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 3 Dec 2012 02:18:15 +0000 (15:18 +1300)
Change-Id: Ibef2eabfa50b56c12975222d6073a243bcb0dfef

heat/common/crypt.py

index 76339390722b7ce335e3c2d6fadc1bff4c3876a9..a1da4d0af677ae6012bd3271322ba9afe718364e 100644 (file)
@@ -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")
 ]