Merge "doc: remove admin/manage-users"

This commit is contained in:
Zuul 2019-11-26 12:08:28 +00:00 committed by Gerrit Code Review
commit a86e4de0c6
5 changed files with 5 additions and 13 deletions

View File

@ -77,3 +77,4 @@ redirectmatch 301 ^/nova/([^/]+)/wsgi.html$ /nova/$1/user/wsgi.html
redirectmatch 301 ^/nova/([^/]+)/admin/adv-config.html$ /nova/$1/admin/index.html
redirectmatch 301 ^/nova/([^/]+)/admin/system-admin.html$ /nova/$1/admin/index.html
redirectmatch 301 ^/nova/([^/]+)/admin/port_with_resource_request.html$ /nova/$1/admin/ports-with-resource-requests.html
redirectmatch 301 ^/nova/([^/]+)/admin/manage-users.html$ /nova/$1/admin/arch.html

View File

@ -83,6 +83,9 @@ section in the Nova Configuration Reference.
Projects, users, and roles
~~~~~~~~~~~~~~~~~~~~~~~~~~
To begin using Compute, you must create a user with the
:keystone-doc:`Identity service <>`.
The Compute system is designed to be used by different consumers in the form of
projects on a shared system, and role-based access assignments. Roles control
the actions that a user is allowed to perform.

View File

@ -78,7 +78,6 @@ responsibilities of services and drivers are:
.. toctree::
:maxdepth: 2
manage-users
manage-volumes
flavors
default-ports

View File

@ -1,12 +0,0 @@
.. _section_manage-compute-users:
====================
Manage Compute users
====================
Access to the Euca2ools (ec2) API is controlled by an access key and a secret
key. The user's access key needs to be included in the request, and the request
must be signed with the secret key. Upon receipt of API requests, Compute
verifies the signature and runs commands on behalf of the user.
To begin using Compute, you must create a user with the Identity service.

View File

@ -77,3 +77,4 @@
/nova/latest/admin/adv-config.html 301 /nova/latest/admin/index.html
/nova/latest/admin/system-admin.html 301 /nova/latest/admin/index.html
/nova/latest/admin/port_with_resource_request.html 301 /nova/latest/admin/ports-with-resource-requests.html
/nova/latest/admin/manage-users.html 301 /nova/latest/admin/arch.html