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 /openstackclient/tests/unit/identity/v3/fakes.py | |
| 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 'openstackclient/tests/unit/identity/v3/fakes.py')
| -rw-r--r-- | openstackclient/tests/unit/identity/v3/fakes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/unit/identity/v3/fakes.py b/openstackclient/tests/unit/identity/v3/fakes.py index 27ee9fd0..2bca48a7 100644 --- a/openstackclient/tests/unit/identity/v3/fakes.py +++ b/openstackclient/tests/unit/identity/v3/fakes.py @@ -175,6 +175,7 @@ ids_for_children = [PROJECT_WITH_GRANDPARENT['id']] role_id = 'r1' role_name = 'roller' +role_description = 'role description' ROLE = { 'id': role_id, |
