From a4bc7de315a32f4fe8c8d529e9672b902e627f76 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Sat, 25 Feb 2017 17:06:53 +0800 Subject: [PATCH] [networking-guide] Replace "tenant" with "project" Change-Id: I253f2675737b1a69042594718549f6f789739c87 Partial-Bug: #1475005 --- doc/networking-guide/source/config-dns-int.rst | 2 +- doc/networking-guide/source/intro-os-networking.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/networking-guide/source/config-dns-int.rst b/doc/networking-guide/source/config-dns-int.rst index 54ef3823df..f144dc116b 100644 --- a/doc/networking-guide/source/config-dns-int.rst +++ b/doc/networking-guide/source/config-dns-int.rst @@ -838,4 +838,4 @@ meet the following requirements: * The network cannot have attribute ``router:external`` set to ``True``. * The network type can be FLAT, VLAN, GRE, VXLAN or GENEVE. * For network types VLAN, GRE, VXLAN or GENEVE, the segmentation ID must be - outside the ranges assigned to tenant networks. + outside the ranges assigned to project networks. diff --git a/doc/networking-guide/source/intro-os-networking.rst b/doc/networking-guide/source/intro-os-networking.rst index 7f422f5b70..30b70f96dd 100644 --- a/doc/networking-guide/source/intro-os-networking.rst +++ b/doc/networking-guide/source/intro-os-networking.rst @@ -81,7 +81,7 @@ create or update provider networks with the following parameters of The creation and modification of provider networks enables use of physical network resources, such as VLAN-s. Enable these changes - only for trusted tenants. + only for trusted projects. Also, provider networks only handle layer-2 connectivity for instances, thus lacking support for features such as routers and floating IP addresses. @@ -180,7 +180,7 @@ GRE and VXLAN from an external network using floating IP addresses. .. image:: figures/NetworkTypes.png - :alt: Tenant and provider networks + :alt: Project and provider networks Subnets -------