diff --git a/doc/install-guide/section_swift-storage-node.xml b/doc/install-guide/section_swift-storage-node.xml
index 7ce57244e1..2e93c42127 100644
--- a/doc/install-guide/section_swift-storage-node.xml
+++ b/doc/install-guide/section_swift-storage-node.xml
@@ -180,14 +180,18 @@ lock file = /var/lock/object.lock
openstack-swift-object python-xml
- Obtain the accounting, container, and object service configuration
- files from the Object Storage source repository:
+ Obtain the accounting, container, object, container-reconciler, and object-expirer
+ service configuration files from the Object Storage source repository:
# curl -o /etc/swift/account-server.conf \
https://git.openstack.org/cgit/openstack/swift/plain/etc/account-server.conf-sample?h=stable/kilo
# curl -o /etc/swift/container-server.conf \
https://git.openstack.org/cgit/openstack/swift/plain/etc/container-server.conf-sample?h=stable/kilo
# curl -o /etc/swift/object-server.conf \
https://git.openstack.org/cgit/openstack/swift/plain/etc/object-server.conf-sample?h=stable/kilo
+ # curl -o /etc/swift/container-reconciler.conf \
+ https://git.openstack.org/cgit/openstack/swift/plain/etc/container-reconciler.conf-sample?h=stable/kilo
+ # curl -o /etc/swift/object-expirer.conf \
+ https://git.openstack.org/cgit/openstack/swift/plain/etc/object-expirer.conf-sample?h=stable/kilo
Edit the