tripleo-heat-templates/deployment/mistral
Martin André a08daffcc7 Fix malformed mistal_executor kolla config file
In the event UndercloudConfigFilePath is empty, the produced
/var/lib/kolla/config_files/mistral_executor.json file was malformed
and kolla would complain with:

+ sudo -E kolla_set_configs
INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json
INFO:__main__:Validating config file
ERROR:__main__:Unexpected error:
Traceback (most recent call last):
  File "/usr/local/bin/kolla_set_configs", line 412, in main
    config = load_config()
  File "/usr/local/bin/kolla_set_configs", line 297, in load_config
    validate_config(config)
  File "/usr/local/bin/kolla_set_configs", line 238, in validate_config
    if not set(data.keys()) >= required_keys:
AttributeError: 'unicode' object has no attribute 'keys'

Change-Id: Ibb7ed9e63404729ab8c2406d7e3c4733f465ea98
Closes-Bug: #1816441
2019-02-19 09:25:11 +01:00
..
mistral-api-container-puppet.yaml flatten database service MySQL Client 2019-01-30 09:38:32 -05:00
mistral-base.yaml flatten the mistral service configurations 2019-01-25 15:49:18 -05:00
mistral-engine-container-puppet.yaml flatten database service MySQL Client 2019-01-30 09:38:32 -05:00
mistral-event-engine-container-puppet.yaml flatten database service MySQL Client 2019-01-30 09:38:32 -05:00
mistral-executor-container-puppet.yaml Fix malformed mistal_executor kolla config file 2019-02-19 09:25:11 +01:00