diff --git a/doc/install-guide/section_ceilometer-swift.xml b/doc/install-guide/section_ceilometer-swift.xml
index 623d103ae9..94cf1531c0 100644
--- a/doc/install-guide/section_ceilometer-swift.xml
+++ b/doc/install-guide/section_ceilometer-swift.xml
@@ -45,6 +45,14 @@ use = egg:ceilometer#swift
[pipeline:main]
pipeline = healthcheck cache authtoken keystoneauth ceilometer proxy-server
+
+ Add the system user swift to the system group
+ ceilometer to give Object Storage access to the
+ ceilometer.conf file.
+
+ # usermod -a -G ceilometer swift
+
+
Add ResellerAdmin to the
operator_roles parameter of that same file: