openstack-manuals/doc/admin-guide-cloud/source/dashboard_admin_manage_roles.rst
Bernd Bausch 34ea37e470 Setting up Administrator Guide Dashboard Chapter, part 2
Introducing Admin User Guide dashboard content to
the Cloud Admin Guide as a part of the reorganisation
goal. This patch is the second step in creating a new
Dashboard section for Admin Users in the Cloud Admin Guide,
as discussed in the User Guide Specialty team meetings.

First step: https://review.openstack.org/281635

Chapters copied:

   dashboard_manage_resources.rst
   dashboard_manage_services.rst
   dashboard_manage_volumes.rst
   dashboard_set_quotas.rst
   dashboard_view_cloud_resources.rst
   dashboard_admin_manage_roles.rst

dashboard.rst TOC updated.

Change-Id: Idc8a900d3a8b7396e884764d7962a0a8991948ac
Implements: blueprint user-guides-reorganised
2016-02-22 15:50:25 +09:00

2.1 KiB

Create and manage roles

A role is a personality that a user assumes to perform a specific set of operations. A role includes a set of rights and privileges. A user assumes that role inherits those rights and privileges.

Note

OpenStack Identity service defines a user's role on a project, but it is completely up to the individual service to define what that role means. This is referred to as the service's policy. To get details about what the privileges for each role are, refer to the policy.json file available for each service in the /etc/SERVICE/policy.json file. For example, the policy defined for OpenStack Identity service is defined in the /etc/keystone/policy.json file.

Create a role

  1. Log in to the dashboard and choose the admin project from the CURRENT PROJECT drop-down list.

  2. On the Admin tab, click the Roles category.

  3. Click the Create Role button.

    In the Create Role window, enter a name for the role.

  4. Click the Create Role button to confirm your changes.

Edit a role

  1. Log in to the dashboard and choose the admin project from the CURRENT PROJECT drop-down list.

  2. On the Admin tab, click the Roles category.

  3. Click the Edit button.

    In the Update Role window, enter a new name for the role.

  4. Click the Update Role button to confirm your changes.

Note

Using the dashboard, you can edit only the name assigned to a role.

Delete a role

  1. Log in to the dashboard and choose the admin project from the CURRENT PROJECT drop-down list.

  2. On the Admin tab, click the Roles category.

  3. Select the role you want to delete and click the Delete Roles button.

  4. In the Confirm Delete Roles window, click Delete Roles to confirm the deletion.

    You cannot undo this action.