Removed extra comma which fails strict JSON lint test

This commit is contained in:
David Schroeder 2014-05-23 11:11:38 -06:00
parent 276ed38a89
commit 78449095e6

View File

@ -6,6 +6,6 @@
"api" : {
"mon_api_url" : "http://192.168.10.4:8080/v2.0",
"mon_api_project_id" : "82510970543135",
"use_keystone" : "false",
"use_keystone" : "false"
}
}