Merge "Make Horizon's SECURITY_KEY 64 characters long"

This commit is contained in:
Zuul 2018-08-13 23:00:11 +00:00 committed by Gerrit Code Review
commit 9928adca3b

View File

@ -326,7 +326,7 @@ resources:
HorizonSecret: HorizonSecret:
type: OS::TripleO::RandomString type: OS::TripleO::RandomString
properties: properties:
length: 10 length: 64
NetCidrMapValue: NetCidrMapValue:
type: OS::Heat::Value type: OS::Heat::Value