From 206037373917e6939f434502c05b727c333397bc Mon Sep 17 00:00:00 2001 From: Maria Zlatkova Date: Wed, 29 Apr 2015 18:29:51 +0300 Subject: [PATCH] Adds config files to Install and configure storage nodes Configuration files for container-reconciler and object-expirer are not provided during the swift install. This commit adds them to the install and configure storage node components section. Change-Id: Iccc33509f0917652c686e9e0f1baa23cbde2f7bc Closes-Bug: #1437185 --- doc/install-guide/section_swift-storage-node.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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