[docs] swift: fix mentions of interfaces config
Change-Id: I27496528c684c993a3e470265ba86cc29c136c7b
This commit is contained in:
parent
97db1b89d7
commit
f8457d2e41
@ -13,18 +13,18 @@ Kolla can deploy a full working Swift setup in either a **all-in-one** or
|
|||||||
Networking
|
Networking
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
The following networks are used by Swift:
|
The following interfaces are used by Swift:
|
||||||
|
|
||||||
External API network (``kolla_external_vip_interface``)
|
External API interface (``kolla_external_vip_interface``)
|
||||||
This network is used by users to access the Swift public API.
|
This interface is used by users to access the Swift public API.
|
||||||
Internal API network (``api_interface``)
|
Internal API interface (``api_interface``)
|
||||||
This network is used by users to access the Swift internal API. It is also
|
This interface is used by users to access the Swift internal API. It is also
|
||||||
used by HAProxy to access the Swift proxy servers.
|
used by HAProxy to access the Swift proxy servers.
|
||||||
Swift Storage network (``swift_storage_interface``)
|
Swift Storage interface (``swift_storage_interface``)
|
||||||
This network is used by the Swift proxy server to access the account,
|
This interface is used by the Swift proxy server to access the account,
|
||||||
container and object servers. Defaults to ``storage_interface``.
|
container and object servers. Defaults to ``storage_interface``.
|
||||||
Swift replication network (``swift_replication_network``)
|
Swift replication interface (``swift_replication_interface``)
|
||||||
This network is used for Swift storage replication traffic.
|
This interface is used for Swift storage replication traffic.
|
||||||
This is optional as the default configuration uses
|
This is optional as the default configuration uses
|
||||||
the ``swift_storage_interface`` for replication traffic.
|
the ``swift_storage_interface`` for replication traffic.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user