[docs] swift: fix mentions of interfaces config

Change-Id: I27496528c684c993a3e470265ba86cc29c136c7b
This commit is contained in:
Radosław Piliszek 2021-12-23 15:03:44 +00:00
parent 97db1b89d7
commit f8457d2e41

View File

@ -13,18 +13,18 @@ Kolla can deploy a full working Swift setup in either a **all-in-one** or
Networking
~~~~~~~~~~
The following networks are used by Swift:
The following interfaces are used by Swift:
External API network (``kolla_external_vip_interface``)
This network is used by users to access the Swift public API.
Internal API network (``api_interface``)
This network is used by users to access the Swift internal API. It is also
External API interface (``kolla_external_vip_interface``)
This interface is used by users to access the Swift public API.
Internal API interface (``api_interface``)
This interface is used by users to access the Swift internal API. It is also
used by HAProxy to access the Swift proxy servers.
Swift Storage network (``swift_storage_interface``)
This network is used by the Swift proxy server to access the account,
Swift Storage interface (``swift_storage_interface``)
This interface is used by the Swift proxy server to access the account,
container and object servers. Defaults to ``storage_interface``.
Swift replication network (``swift_replication_network``)
This network is used for Swift storage replication traffic.
Swift replication interface (``swift_replication_interface``)
This interface is used for Swift storage replication traffic.
This is optional as the default configuration uses
the ``swift_storage_interface`` for replication traffic.