From f4c1c261852fa0ef744573cd8284bb96fe623228 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Thu, 26 Jun 2014 17:01:07 -0600 Subject: [PATCH] Fixed ip for the mon api for the devstack box --- data_bags/mon_agent/mon_agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_bags/mon_agent/mon_agent.json b/data_bags/mon_agent/mon_agent.json index ecd39da..403bbdd 100644 --- a/data_bags/mon_agent/mon_agent.json +++ b/data_bags/mon_agent/mon_agent.json @@ -4,6 +4,6 @@ "username": "mini-mon", "password": "password", "project_name": "mini-mon", - "mon_api_url" : "http://localhost:8080/v2.0", + "mon_api_url" : "http://192.168.10.4:8080/v2.0", "service": "mini-mon" }