From e153ec646f41a2383e95a01d1670dcff621bcdf8 Mon Sep 17 00:00:00 2001 From: Craig Bryant Date: Fri, 19 Dec 2014 13:11:58 -0700 Subject: [PATCH] Add the role monasca-user to mini-mon This is prep work for resolving the issue where the API treats Agent role as restriction. This gives the mini-mon a role that can be checked for monasca API access. The monasca-keystone role will create this role if it doesn't exist Change-Id: I8c36dbbda516aefc9600290932f315e9f4bdfc1f --- devstack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack.yml b/devstack.yml index 6475dd4..2dd1dc3 100644 --- a/devstack.yml +++ b/devstack.yml @@ -27,6 +27,7 @@ mini-mon: tenant: mini-mon password: password + role: monasca-user monasca-agent: password: password tenant: mini-mon