Fix 'D001 Line too long' documentation lint failures

Change-Id: If1839a4cb0fee664191491b346d7c5a8b4a30aee
This commit is contained in:
Jimmy McCrory 2016-07-20 20:18:22 -07:00
parent cf79d4f6ae
commit e9f6acc9bc

View File

@ -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::