d68644386f
Note: you will get the following logs: WARNING heat.engine.environment [] OS::Heat::HARestarter is DEPRECATED. WARNING heat.engine.environment [] Removing OS::Heat::HARestarter from OS::Heat::HARestarter Change-Id: I071e4689110ad03da14b02ba9f0a1fd8463b8b55 Closes-bug: 1559828
18 lines
465 B
Django/Jinja
18 lines
465 B
Django/Jinja
{
|
|
"command": "heat-engine",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/heat.conf",
|
|
"dest": "/etc/heat/heat.conf",
|
|
"owner": "heat",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/_deprecated.yaml",
|
|
"dest": "/etc/heat/environment.d/_deprecated.yaml",
|
|
"owner": "heat",
|
|
"perm": "0600"
|
|
}
|
|
]
|
|
}
|