Skip to content
Snippets Groups Projects
Commit 470cd0c2 authored by Quentin MACHU's avatar Quentin MACHU
Browse files

Fixed heat encryption key since it requires a 16, 24 or 32 bytes long key (heat known bug)

parent 5cb204fc
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ iaas::profile::neutron::common::service_plugins:
# Heat
iaas::profile::heat::password: heat
iaas::profile::heat::encryption_key: heat
iaas::profile::heat::encryption_key: 12345678912345678912345678912345 # https://bugs.launchpad.net/heat/+bug/1415887: "AES key must be either 16, 24, or 32 bytes long"
# Heat
iaas::profile::horizon::secret: horizon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment