commit | 1a22ce375bda5eb3874973068898723c1a7a40a6 | [log] [tgz] |
---|---|---|
author | lkuchlan <lkuchlan@redhat.com> | Mon Nov 28 11:18:01 2022 +0200 |
committer | Liron Kuchlani <lkuchlan@redhat.com> | Tue Nov 29 09:44:19 2022 +0000 |
tree | 0af4f9e19edf631653357e7ead541b10553e8fa2 | |
parent | 72042cdf2472aaa2d4ce5b24c7a84aea68fc1fe0 [diff] |
Fix incorrect url request for share group type extra specs The url request should be change as below: for single extra spec --------------------- "group-types/%s/group_specs/%s" => "share-group-types/%s/group-specs/%s" for all extra specs ------------------- "share-group-types/%s/group_specs" => "share-group-types/%s/group-specs" Closes-Bug: #1998088 Change-Id: I027460222b7d34bb7ad00408739ab00207be0386