[networking-guide] Replace "tenant" with "project"

Change-Id: I253f2675737b1a69042594718549f6f789739c87
Partial-Bug: #1475005
This commit is contained in:
qiaomin
2017-02-25 17:06:53 +08:00
committed by Alexandra Settle
parent 83122d1447
commit a4bc7de315
2 changed files with 3 additions and 3 deletions

View File

@@ -838,4 +838,4 @@ meet the following requirements:
* The network cannot have attribute ``router:external`` set to ``True``. * The network cannot have attribute ``router:external`` set to ``True``.
* The network type can be FLAT, VLAN, GRE, VXLAN or GENEVE. * The network type can be FLAT, VLAN, GRE, VXLAN or GENEVE.
* For network types VLAN, GRE, VXLAN or GENEVE, the segmentation ID must be * 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.

View File

@@ -81,7 +81,7 @@ create or update provider networks with the following parameters of
The creation and modification of provider networks enables use of The creation and modification of provider networks enables use of
physical network resources, such as VLAN-s. Enable these changes 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 Also, provider networks only handle layer-2 connectivity for instances, thus
lacking support for features such as routers and floating IP addresses. 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. from an external network using floating IP addresses.
.. image:: figures/NetworkTypes.png .. image:: figures/NetworkTypes.png
:alt: Tenant and provider networks :alt: Project and provider networks
Subnets Subnets
------- -------