Bug 1476333

Summary: Setting HeatAuthEncryptionKey in an environment file isn't setting the value in deployments
Product: Red Hat OpenStack Reporter: David Hill <dhill>
Component: openstack-tripleo-heat-templatesAssignee: Thomas Hervé <therve>
Status: CLOSED CANTFIX QA Contact: Gurenko Alex <agurenko>
Severity: low Docs Contact:
Priority: low    
Version: 9.0 (Mitaka)CC: aschultz, dhill, jjoyce, mburns, ramishra, rhel-osp-director-maint, therve
Target Milestone: ---Keywords: Triaged, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-27 14:33:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Hill 2017-07-28 16:18:29 UTC
Description of problem:
Setting HeatAuthEncryptionKey in an environment file isn't setting the value in deployments but it works if we override it with :
  controllerExtraConfig:
    heat::engine::auth_encryption_key: new_key


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Try overriding the auth_encryption_key using HeatAuthEncryptionKey
2.
3.

Actual results:
Doesn't update the key

Expected results:
Should update the key

Additional info:
We can see both values in hiera data and since ExtraConfig overrides the default configuration, it works.