From f8457d2e41124ac1c8f4946688084afad420a597 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Thu, 23 Dec 2021 15:03:44 +0000
Subject: [PATCH] [docs] swift: fix mentions of interfaces config

Change-Id: I27496528c684c993a3e470265ba86cc29c136c7b
---
 doc/source/reference/storage/swift-guide.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/source/reference/storage/swift-guide.rst b/doc/source/reference/storage/swift-guide.rst
index cf9a5d56c1..6f7887d690 100644
--- a/doc/source/reference/storage/swift-guide.rst
+++ b/doc/source/reference/storage/swift-guide.rst
@@ -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.