Improve grant docs on when and how use domain arg

Change-Id: I76184b229d48d8bd3268c803400c2ab9d3fcab17
This commit is contained in:
Samuel de Medeiros Queiroz 2017-06-12 18:03:33 -04:00
parent ebedf176c7
commit db83c23be7
1 changed files with 5 additions and 0 deletions

View File

@ -1688,6 +1688,11 @@ class OperatorCloud(openstackcloud.OpenStackCloud):
:param bool wait: Wait for role to be granted
:param int timeout: Timeout to wait for role to be granted
NOTE: domain is a required argument when the grant is on a project,
user or group specified by name. In that situation, they are all
considered to be in that domain. If different domains are in use
in the same role grant, it is required to specify those by ID.
NOTE: for wait and timeout, sometimes granting roles is not
instantaneous for granting roles.