Fixed ip for the mon api for the devstack box

This commit is contained in:
Tim Kuhlman 2014-06-26 17:01:07 -06:00
parent 15d30d5da4
commit f4c1c26185

View File

@ -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"
}