Merge "Add collectd server info in environment template." into dev/experimental
This commit is contained in:
commit
5f8db70401
@ -20,6 +20,13 @@
|
||||
"allow_remote_root": true,
|
||||
"root_network_acl": "%"
|
||||
},
|
||||
"collectd": {
|
||||
"server": {
|
||||
"host": "metrics",
|
||||
"port": "2003",
|
||||
"protocol": "udp"
|
||||
}
|
||||
},
|
||||
"openstack": {
|
||||
"auth": {
|
||||
"validate_certs": false
|
||||
|
@ -79,6 +79,13 @@
|
||||
"allow_remote_root": true,
|
||||
"root_network_acl": "%"
|
||||
},
|
||||
"collectd": {
|
||||
"server": {
|
||||
"host": "metrics",
|
||||
"port": "2003",
|
||||
"protocol": "udp"
|
||||
}
|
||||
},
|
||||
"openstack": {
|
||||
"auth": {
|
||||
"validate_certs": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user