diff options
| author | M V P Nitesh <m.nitesh@nectechnologies.in> | 2017-07-17 18:08:58 +0530 |
|---|---|---|
| committer | deepak_mourya <deepakmoriya7@gmail.com> | 2018-09-18 08:56:11 +0530 |
| commit | eb001733fd3c1a98027f7439b84e952f1eb2a406 (patch) | |
| tree | 68ff735a1cb0b49f00da66d3f2b4e08c9283ee82 /doc/source/cli/command-objects/role.rst | |
| parent | 1b66ad9067cc404ebfdc8569822d226d5bffddd6 (diff) | |
| download | python-openstackclient-eb001733fd3c1a98027f7439b84e952f1eb2a406.tar.gz | |
Now we can add description for role creation in OSC
Now user can add the description when user create's the role using OSC
``openstack role create`` command. User can add the description by adding
`--description <Description>` to OSC ``openstack role create`` command.
Co-Authored-By: Deepak Mourya<deepakmoriya7@gmail.com>
Change-Id: I858e004c3b29c687b6a39c8a1ed5fb029eb19c67
Depends-on: I230af9cc833af13064636b5d9a7ce6334c3f6e9a
Closes-Bug: #1669080
Diffstat (limited to 'doc/source/cli/command-objects/role.rst')
| -rw-r--r-- | doc/source/cli/command-objects/role.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/role.rst b/doc/source/cli/command-objects/role.rst index 9819fd12..d84eec9d 100644 --- a/doc/source/cli/command-objects/role.rst +++ b/doc/source/cli/command-objects/role.rst @@ -115,6 +115,10 @@ Create new role New role name +.. option:: --description <description> + + Add description about the role + role delete ----------- |
