Skip to content
Snippets Groups Projects
Commit bdaa2021 authored by wu.chunyang's avatar wu.chunyang
Browse files

Monasca API uses new config file name

fix monasca api warning,the new config file name is api.conf

Change-Id: Iabfbeab45d4e16602781d5fdf1ff0b2b67168d77
Closes-Bug: #1784656
parent f3e2ab21
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
become: true
register: monasca_api_confs
with_items:
- api-config.conf
- api.conf
- api-config.ini
when:
- inventory_hostname in groups[service['group']]
......
......@@ -4,8 +4,8 @@
"command": "/usr/sbin/{{ monasca_cmd }} -DFOREGROUND",
"config_files": [
{
"source": "{{ container_config_directory }}/api-config.conf",
"dest": "/etc/monasca/api-config.conf",
"source": "{{ container_config_directory }}/api.conf",
"dest": "/etc/monasca/api.conf",
"owner": "monasca",
"perm": "0600"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment