From aa814e3e1e906ed6fe141ba075dc7fbe9dbc04a6 Mon Sep 17 00:00:00 2001 From: Haruki Yamanashi Date: Thu, 7 Dec 2017 18:32:04 +0900 Subject: [PATCH] WIP: Test of Travis CI --- monasca-api-python/api-config.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monasca-api-python/api-config.conf.j2 b/monasca-api-python/api-config.conf.j2 index ab7a6b208..ba28f15aa 100644 --- a/monasca-api-python/api-config.conf.j2 +++ b/monasca-api-python/api-config.conf.j2 @@ -34,7 +34,7 @@ read_only_authorized_roles = {{ READ_ONLY_AUTHORIZED_ROLES | default('monasca-re # The roles that are allowed to access the API on behalf of another tenant. # For example, a service can POST metrics to another tenant if they are a member of the "delegate" role. -delegate_authorized_roles = {{ DELEGATE_AUTHORIZED_ROLES | default('admin') }} +delegate_authorized_roles = {{ DELEGATE_AUTHORIZED_ROLES | default('monitoringdelegate') }} [messaging] # The message queue driver to use