Merge "Add collectd server info in environment template." into dev/experimental

This commit is contained in:
Jenkins 2014-09-06 17:17:01 +00:00 committed by Gerrit Code Review
commit 5f8db70401
2 changed files with 14 additions and 0 deletions

View File

@ -20,6 +20,13 @@
"allow_remote_root": true,
"root_network_acl": "%"
},
"collectd": {
"server": {
"host": "metrics",
"port": "2003",
"protocol": "udp"
}
},
"openstack": {
"auth": {
"validate_certs": false

View File

@ -79,6 +79,13 @@
"allow_remote_root": true,
"root_network_acl": "%"
},
"collectd": {
"server": {
"host": "metrics",
"port": "2003",
"protocol": "udp"
}
},
"openstack": {
"auth": {
"validate_certs": false