From d14316a8322e58d6ff208ffd6fabdb4890b412f8 Mon Sep 17 00:00:00 2001 From: Guojian Shao Date: Sat, 30 May 2015 09:18:42 -0400 Subject: [PATCH] add domain scope arguments to v3 role add in doc There are optional domain scope arguments --user-domain, --group-domain and --project-domain to filter user, group and project for command 'os role add', however, the doc is missing them. Closes-Bug: #1460296 Change-Id: Ie7c7707d183da042c51e98b6cd4003c89efc4032 --- doc/source/command-objects/role.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/command-objects/role.rst b/doc/source/command-objects/role.rst index 5fcbe82543..3672cfa1fd 100644 --- a/doc/source/command-objects/role.rst +++ b/doc/source/command-objects/role.rst @@ -13,8 +13,8 @@ Add role to a user or group in a project or domain .. code:: bash os role add - --domain | --project - --user | --group + --domain | --project [--project-domain ] + --user [--user-domain ] | --group [--group-domain ] .. option:: --domain