From e9f6acc9bcff995a0cc0833f5fa40a0aec661350 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Wed, 20 Jul 2016 20:18:22 -0700 Subject: [PATCH] Fix 'D001 Line too long' documentation lint failures Change-Id: If1839a4cb0fee664191491b346d7c5a8b4a30aee --- doc/source/developer-docs/playbooks.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/developer-docs/playbooks.rst b/doc/source/developer-docs/playbooks.rst index b07a9b29d9..c5aeb2cf26 100644 --- a/doc/source/developer-docs/playbooks.rst +++ b/doc/source/developer-docs/playbooks.rst @@ -55,11 +55,12 @@ After successful deployment, you are able to update variables in * Object Storage (swift) - The ``pretend_min_part_hours_passed`` option can now be - passed to swift-ring-builder prior to performing a rebalance. This is set by - the ``swift_pretend_min_part_hours_passed`` boolean variable. + passed to swift-ring-builder prior to performing a rebalance. This is set + by the ``swift_pretend_min_part_hours_passed`` boolean variable. The default for this variable is False. However, we recommend using ``-e swift_pretend_min_part_hours_passed=True`` when running the - ``os-swift.yml`` playbook to avoid resetting ``min_part_hours`` unintentionally. + ``os-swift.yml`` playbook to avoid resetting ``min_part_hours`` + unintentionally. .. important::