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</programlisting> openstack-swift-object python-xml</userinput></screen> </step> <step os="ubuntu;debian;rhel;centos;fedora"> - <para>Obtain the accounting, container, and object service configuration - files from the Object Storage source repository:</para> + <para>Obtain the accounting, container, object, container-reconciler, and object-expirer + service configuration files from the Object Storage source repository:</para> <screen><prompt>#</prompt> <userinput>curl -o /etc/swift/account-server.conf \ https://git.openstack.org/cgit/openstack/swift/plain/etc/account-server.conf-sample?h=stable/kilo</userinput></screen> <screen><prompt>#</prompt> <userinput>curl -o /etc/swift/container-server.conf \ https://git.openstack.org/cgit/openstack/swift/plain/etc/container-server.conf-sample?h=stable/kilo</userinput></screen> <screen><prompt>#</prompt> <userinput>curl -o /etc/swift/object-server.conf \ https://git.openstack.org/cgit/openstack/swift/plain/etc/object-server.conf-sample?h=stable/kilo</userinput></screen> + <screen><prompt>#</prompt> <userinput>curl -o /etc/swift/container-reconciler.conf \ + https://git.openstack.org/cgit/openstack/swift/plain/etc/container-reconciler.conf-sample?h=stable/kilo</userinput></screen> + <screen><prompt>#</prompt> <userinput>curl -o /etc/swift/object-expirer.conf \ + https://git.openstack.org/cgit/openstack/swift/plain/etc/object-expirer.conf-sample?h=stable/kilo</userinput></screen> </step> <step> <para>Edit the