Merge "[install-guides] make pipeline configuration actual one line"
This commit is contained in:
commit
e606edac00
@ -87,13 +87,10 @@ run the Object Storage proxy service.
|
||||
|
||||
* In the ``[pipeline:main]`` section, add ``ceilometer``:
|
||||
|
||||
.. code-block:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache
|
||||
container_sync bulk ratelimit authtoken keystoneauth container-quotas
|
||||
account-quotas slo dlo versioned_writes proxy-logging ceilometer
|
||||
proxy-server
|
||||
pipeline = ceilometer catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk ratelimit authtoken keystoneauth container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server
|
||||
|
||||
* In the ``[filter:ceilometer]`` section, configure notifications:
|
||||
|
||||
|
@ -19,9 +19,7 @@ following actions:
|
||||
.. code-block:: ini
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache
|
||||
container_sync bulk ratelimit authtoken keystoneauth container-quotas
|
||||
account-quotas slo dlo versioned_writes proxy-logging proxy-server
|
||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk ratelimit authtoken keystoneauth container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server
|
||||
|
||||
.. note::
|
||||
|
||||
|
2
tox.ini
2
tox.ini
@ -123,7 +123,7 @@ commands = {toxinidir}/tools/generatepot-rst.sh openstack-manuals 1 {posargs}
|
||||
# Settings for doc8:
|
||||
# Ignore target directories
|
||||
# TODO(samos123): remove sriov from ignore when fix for #1487302 is in doc8
|
||||
ignore-path = doc/*/target,doc/*/build*,doc/common/glossary.rst,doc/networking-guide/source/adv-config-sriov.rst
|
||||
ignore-path = doc/*/target,doc/*/build*,doc/common/glossary.rst,doc/networking-guide/source/adv-config-sriov.rst,doc/install-guide/source/swift-controller-include.txt
|
||||
# File extensions to use
|
||||
extensions = .rst,.txt
|
||||
# Maximal line length should be 79 but we have some overlong lines.
|
||||
|
Loading…
Reference in New Issue
Block a user