From 549be4ba1d84ba749ea79c7a0d1e8953ef9d4cfd Mon Sep 17 00:00:00 2001 From: Matthew Kassawara Date: Mon, 22 Dec 2014 13:33:13 -0600 Subject: [PATCH] Fix additional issue with _member_ role creation I removed the '--tenant' option from the admin user/tenant creation step because the latter needs only the admin role. Also, I provided an explanation about automatic assignment and/or creation of the _member_ role. Change-Id: I036ae43b73c8ca469e04e8090e197d57a7a5f5d0 Closes-Bug: #1403136 backport: juno --- doc/install-guide/section_keystone-users.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/install-guide/section_keystone-users.xml b/doc/install-guide/section_keystone-users.xml index bb140ef5fd..cf6924bce4 100644 --- a/doc/install-guide/section_keystone-users.xml +++ b/doc/install-guide/section_keystone-users.xml @@ -62,9 +62,8 @@ - Create the admin user under the - admin tenant: - $ keystone user-create --name admin --tenant admin --pass ADMIN_PASS --email EMAIL_ADDRESS + Create the admin user: + $ keystone user-create --name admin --pass ADMIN_PASS --email EMAIL_ADDRESS +----------+----------------------------------+ | Property | Value | +----------+----------------------------------+ @@ -72,7 +71,6 @@ | enabled | True | | id | ea8c352d253443118041c9c8b8416040 | | name | admin | -| tenantId | 6f4c1e4cbfef4d5a8a1345882fbca110 | | username | admin | +----------+----------------------------------+ Replace ADMIN_PASS with a @@ -144,6 +142,12 @@ Replace DEMO_PASS with a suitable password and EMAIL_ADDRESS with a suitable e-mail address. + + Using the --tenant option + automatically assigns the _member_ role + to a user. This option will also create the + _member_ role if it does not exist. +