From 593a42e794fc3e425fcbef9db491e259a763db56 Mon Sep 17 00:00:00 2001
From: KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>
Date: Fri, 15 Jul 2016 15:22:39 +0900
Subject: [PATCH] [ops-guide] add user management CLI

Change-Id: I870d891589e88baadab42a8128807d4d4ac24bf3
Closes-Bug: #1569830
---
 doc/ops-guide/source/ops_users.rst | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/doc/ops-guide/source/ops_users.rst b/doc/ops-guide/source/ops_users.rst
index fdf89498cf..ff72fc7f9c 100644
--- a/doc/ops-guide/source/ops_users.rst
+++ b/doc/ops-guide/source/ops_users.rst
@@ -2,13 +2,15 @@
 User Management
 ===============
 
-The command-line tools for managing users are inconvenient to use
-directly. They require issuing multiple commands to complete a single
-task, and they use UUIDs rather than symbolic names for many items. In
-practice, humans typically do not use these tools directly. Fortunately,
-the OpenStack dashboard provides a reasonable interface to this. In
-addition, many sites write custom tools for local needs to enforce local
-policies and provide levels of self-service to users that aren't
+The OpenStack Dashboard provides a graphical interface to manage users.
+This section describes user management with the Dashboard.
+
+You can also `manage projects, users, and roles
+<http://docs.openstack.org/admin-guide/cli_manage_projects_users_and_roles.html>`_
+from the command-line clients.
+
+In addition, many sites write custom tools for local needs to enforce
+local policies and provide levels of self-service to users that are not
 currently available with packaged tools.
 
 Creating New Users