# Pastebin 0M3l0L8Y usage: openstack role add [-h] [--domain | --project ] [--user | --group ] [--group-domain ] [--project-domain ] [--user-domain ] [--inherited] [--role-domain ] Adds a role assignment to a user or group on a domain or project positional arguments: Role to add to (name or ID) optional arguments: -h, --help show this help message and exit --domain Include (name or ID) --project Include (name or ID) --user Include (name or ID) --group Include (name or ID) --group-domain Domain the group belongs to (name or ID). This can be used in case collisions between group names exist. --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. --user-domain Domain the user belongs to (name or ID). This can be used in case collisions between user names exist. --inherited Specifies if the role grant is inheritable to the sub projects --role-domain Domain the role belongs to (name or ID). This must be specified when the name of a domain specific role is used.