diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-02-08 23:52:56 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-02-09 15:19:11 +0000 |
| commit | 07c4fa9d4bde6f3d0a38bc4d7eb3df275e0b89cc (patch) | |
| tree | c918dbee932fc7eda17714942ee9a4fd890a2ad1 /doc/source/command-objects/group.rst | |
| parent | dca99782052da052aebea653bfbfc3dfc9a96a0e (diff) | |
| download | python-openstackclient-07c4fa9d4bde6f3d0a38bc4d7eb3df275e0b89cc.tar.gz | |
Restrict groups and users from changing domains
Similar to projects, we shouldn't allow users and groups to
change domains. The server side tosses up an error but osc
should restrict that behaviour in the first place.
Related-Bug: #1418384
Change-Id: I860291a5859c576021b18e35d1a12c32abfb6ca5
Diffstat (limited to 'doc/source/command-objects/group.rst')
| -rw-r--r-- | doc/source/command-objects/group.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/command-objects/group.rst b/doc/source/command-objects/group.rst index 3e7e806f..6c385058 100644 --- a/doc/source/command-objects/group.rst +++ b/doc/source/command-objects/group.rst @@ -151,7 +151,6 @@ Set group properties os group set [--name <name>] - [--domain <domain>] [--description <description>] <group> @@ -159,10 +158,6 @@ Set group properties New group name -.. option:: --domain <domain> - - New domain to contain <group> (name or ID) - .. option:: --description <description> New group description |
