Add collectd server info in environment template.

Change-Id: I620f75e801d0edda97daa27bec15ac1f83c9ceff
This commit is contained in:
zhaoxinyu 2014-09-05 11:27:33 -07:00
parent 219408f182
commit 8ed37fb501
2 changed files with 14 additions and 0 deletions

View File

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

View File

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