Merge "doc: remove admin/manage-users"
This commit is contained in:
@@ -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/adv-config.html$ /nova/$1/admin/index.html
|
||||||
redirectmatch 301 ^/nova/([^/]+)/admin/system-admin.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/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
|
||||||
|
@@ -83,6 +83,9 @@ section in the Nova Configuration Reference.
|
|||||||
Projects, users, and roles
|
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
|
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
|
projects on a shared system, and role-based access assignments. Roles control
|
||||||
the actions that a user is allowed to perform.
|
the actions that a user is allowed to perform.
|
||||||
|
@@ -78,7 +78,6 @@ responsibilities of services and drivers are:
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
manage-users
|
|
||||||
manage-volumes
|
manage-volumes
|
||||||
flavors
|
flavors
|
||||||
default-ports
|
default-ports
|
||||||
|
@@ -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.
|
|
@@ -77,3 +77,4 @@
|
|||||||
/nova/latest/admin/adv-config.html 301 /nova/latest/admin/index.html
|
/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/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/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
|
||||||
|
Reference in New Issue
Block a user