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``:
|
* In the ``[pipeline:main]`` section, add ``ceilometer``:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[pipeline:main]
|
[pipeline:main]
|
||||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache
|
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
|
||||||
container_sync bulk ratelimit authtoken keystoneauth container-quotas
|
|
||||||
account-quotas slo dlo versioned_writes proxy-logging ceilometer
|
|
||||||
proxy-server
|
|
||||||
|
|
||||||
* In the ``[filter:ceilometer]`` section, configure notifications:
|
* In the ``[filter:ceilometer]`` section, configure notifications:
|
||||||
|
|
||||||
|
@ -19,9 +19,7 @@ following actions:
|
|||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[pipeline:main]
|
[pipeline:main]
|
||||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache
|
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
|
||||||
container_sync bulk ratelimit authtoken keystoneauth container-quotas
|
|
||||||
account-quotas slo dlo versioned_writes proxy-logging proxy-server
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -123,7 +123,7 @@ commands = {toxinidir}/tools/generatepot-rst.sh openstack-manuals 1 {posargs}
|
|||||||
# Settings for doc8:
|
# Settings for doc8:
|
||||||
# Ignore target directories
|
# Ignore target directories
|
||||||
# TODO(samos123): remove sriov from ignore when fix for #1487302 is in doc8
|
# 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
|
# File extensions to use
|
||||||
extensions = .rst,.txt
|
extensions = .rst,.txt
|
||||||
# Maximal line length should be 79 but we have some overlong lines.
|
# Maximal line length should be 79 but we have some overlong lines.
|
||||||
|
Loading…
Reference in New Issue
Block a user