From 88d007d6f7367ef29321ef5c706a94843adb9909 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Wed, 9 Apr 2014 04:08:37 +0800 Subject: [PATCH] Correct keystone user-role-list command The example command of user-role-list in keystone verify section is wrong, which should add required parameters --user and --tenant. Change-Id: I2447d1574536f7575297d1664861a7c8c0b1a25c Closes-Bug: #1304546 --- doc/install-guide/section_keystone-verify.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/section_keystone-verify.xml b/doc/install-guide/section_keystone-verify.xml index 3f662b5a5c..99f033371e 100644 --- a/doc/install-guide/section_keystone-verify.xml +++ b/doc/install-guide/section_keystone-verify.xml @@ -75,7 +75,7 @@ export OS_AUTH_URL=http://controller:35357/v2.0 | 32aca1f9a47540c29d6988091f76c934 | demo | True | demo@example.com | +----------------------------------+-------+---------+-------------------+ - $ keystone user-role-list + $ keystone user-role-list --user admin --tenant admin +----------------------------------+----------+----------------------------------+----------------------------------+ | id | name | user_id | tenant_id | +----------------------------------+----------+----------------------------------+----------------------------------+