Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
Missing heat_auth_encrypt_key
Browse files Browse the repository at this point in the history
  • Loading branch information
knowncitizen committed May 1, 2014
1 parent 3199543 commit bbf71cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/staypuft/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Service < ActiveRecord::Base
"Cinder"=> ["cinder_backend_gluster", "cinder_backend_iscsi",
"cinder_db_password", "cinder_gluster_servers",
"cinder_gluster_volume", "cinder_user_password"],
"Heat"=> ["heat_cfn", "heat_cloudwatch", "heat_db_password", "heat_user_password"],
"Heat"=> ["heat_cfn", "heat_cloudwatch", "heat_db_password", "heat_user_password", "heat_auth_encrypt_key"],
"Ceilometer"=> ["ceilometer_metering_secret", "ceilometer_user_password"
],
"Neutron - L3" => ["controller_priv_host", "enable_tunneling",
Expand Down
1 change: 1 addition & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"heat_db_password" => SecureRandom.hex,
"heat_user_password" => SecureRandom.hex,
"heat_cfn_user_password" => SecureRandom.hex,
"heat_auth_encrypt_key" => SecureRandom.hex,
"horizon_secret_key" => SecureRandom.hex,
"keystone_admin_token" => SecureRandom.hex,
"keystone_db_password" => SecureRandom.hex,
Expand Down

0 comments on commit bbf71cf

Please sign in to comment.