Browse Source

BROKER_FAILOVER_STRATEGY missing .. setting:: ref (Issue #1620)

The release tool complained::

<pre>
    ---> pavement.verifyconfigref
    PYTHONPATH=. /Users/asksol/.virtualenvs/def/bin/python extra/release/verify_config_reference.py             docs/configuration.rst
    Error: found undocumented settings:
    * BROKER_FAILOVER_STRATEGY
</pre>
Ask Solem 11 years ago
parent
commit
6f3ba62443
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/configuration.rst

+ 2 - 1
docs/configuration.rst

@@ -873,7 +873,7 @@ Example::
     # or the actual content-type (MIME)
     CELERY_ACCEPT_CONTENT = ['application/json']
 
-.. setting:: BROKER_TRANSPORT
+.. setting:: BROKER_FAILOVER_STRATEGY
 
 BROKER_FAILOVER_STRATEGY
 ~~~~~~~~~~~~~~~~~~~~~~~~
@@ -894,6 +894,7 @@ Example::
 
     BROKER_FAILOVER_STRATEGY=random_failover_strategy
 
+.. setting:: BROKER_TRANSPORT
 
 BROKER_TRANSPORT
 ~~~~~~~~~~~~~~~~