[install] Replace "tenant" with "project"
backport: mitaka Partial-Bug: #1475005 Change-Id: I4b485b6463cdaaf3811abef496e4de3cfb7ff684
This commit is contained in:
parent
9eef23a4a0
commit
a76f8ffee0
@ -105,7 +105,7 @@ Create the service entity and API endpoints
|
|||||||
|
|
||||||
OpenStack uses three API endpoint variants for each service: admin,
|
OpenStack uses three API endpoint variants for each service: admin,
|
||||||
internal, and public. The admin API endpoint allows modifying users and
|
internal, and public. The admin API endpoint allows modifying users and
|
||||||
tenants by default, while the public and internal APIs do not allow these
|
projects by default, while the public and internal APIs do not allow these
|
||||||
operations. In a production environment, the variants might reside on
|
operations. In a production environment, the variants might reside on
|
||||||
separate networks that service different types of users for security
|
separate networks that service different types of users for security
|
||||||
reasons. For instance, the public API network might be visible from the
|
reasons. For instance, the public API network might be visible from the
|
||||||
|
@ -3,7 +3,7 @@ Create a domain, projects, users, and roles
|
|||||||
|
|
||||||
The Identity service provides authentication services for each OpenStack
|
The Identity service provides authentication services for each OpenStack
|
||||||
service. The authentication service uses a combination of :term:`domains
|
service. The authentication service uses a combination of :term:`domains
|
||||||
<domain>`, :term:`projects<project>` (tenants), :term:`users<user>`, and
|
<domain>`, :term:`projects<project>`, :term:`users<user>`, and
|
||||||
:term:`roles<role>`.
|
:term:`roles<role>`.
|
||||||
|
|
||||||
#. Create the ``default`` domain:
|
#. Create the ``default`` domain:
|
||||||
|
@ -70,7 +70,7 @@ Most cloud images support :term:`public key authentication` rather than
|
|||||||
conventional password authentication. Before launching an instance, you
|
conventional password authentication. Before launching an instance, you
|
||||||
must add a public key to the Compute service.
|
must add a public key to the Compute service.
|
||||||
|
|
||||||
#. Source the ``demo`` tenant credentials:
|
#. Source the ``demo`` project credentials:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Networking (neutron) concepts
|
|||||||
OpenStack Networking (neutron) manages all networking facets for the
|
OpenStack Networking (neutron) manages all networking facets for the
|
||||||
Virtual Networking Infrastructure (VNI) and the access layer aspects
|
Virtual Networking Infrastructure (VNI) and the access layer aspects
|
||||||
of the Physical Networking Infrastructure (PNI) in your OpenStack
|
of the Physical Networking Infrastructure (PNI) in your OpenStack
|
||||||
environment. OpenStack Networking enables tenants to create advanced
|
environment. OpenStack Networking enables projects to create advanced
|
||||||
virtual network topologies which may include services such as a
|
virtual network topologies which may include services such as a
|
||||||
:term:`firewall`, a :term:`load balancer`, and a
|
:term:`firewall`, a :term:`load balancer`, and a
|
||||||
:term:`virtual private network (VPN)`.
|
:term:`virtual private network (VPN)`.
|
||||||
|
Loading…
Reference in New Issue
Block a user