Skip to content

Commit c1a18b4

Browse files
Merge pull request #311 from jlarriba/security-opt
Added security_opt for allowing ceilometer to connect to libvirt
2 parents e5a98f5 + ee4bd9a commit c1a18b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/ceilometercompute/config/ceilometer_agent_compute.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"user": "ceilometer",
44
"restart": "always",
55
"command": "kolla_start",
6+
"security_opt": "label:type:ceilometer_polling_t",
67
"net": "host",
78
"environment": {
89
"KOLLA_CONFIG_STRATEGY":"COPY_ALWAYS",

0 commit comments

Comments
 (0)