Prevent Monasca Notification using YAML mode

If the config option is not specified Monasca Notification defaults
to YAML config parsing and fails to load.

Partially-Implements: blueprint monasca-roles
Change-Id: Id85d9765df525b34d43a77a9e4045e0de19aef99
This commit is contained in:
Doug Szumski 2018-09-20 11:20:28 +00:00
parent 2af1d1d95e
commit 0cae7d9b34
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"command": "monasca-notification /etc/monasca/notification.conf",
"command": "monasca-notification --config-file /etc/monasca/notification.conf",
"config_files": [
{
"source": "{{ container_config_directory }}/notification.conf",