Set a static HEAT_AUTH_ENC_KEY of 16 chars

Error: 8 is not a correct size for auth_encryption_key parameter, it
must be either 16, 24, 32 bytes long.

Change-Id: I1e6b25a848a1fc7e4c7e2b9568078fdd4767b43f
This commit is contained in:
Christian Berendt 2015-06-03 19:04:23 +02:00
parent 3989053fa1
commit c177295979
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ CONFIG_HEAT_DB_PW={{ secret }}
# Encryption key to use for authentication in the Orchestration
# database (16, 24, or 32 chars).
CONFIG_HEAT_AUTH_ENC_KEY={{ secret }}
CONFIG_HEAT_AUTH_ENC_KEY=eNan6bah8aengeed
# Password to use for the Orchestration service to authenticate with
# the Identity service.