We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b72fb8 + a4fcae2 commit 2ab3396Copy full SHA for 2ab3396
1 file changed
openstackclient/api/api.py
@@ -186,15 +186,13 @@ def list(
186
ret = self._request(
187
'POST',
188
path,
189
- # service=self.service_type,
190
json=body,
191
params=params,
192
)
193
else:
194
195
'GET',
196
197
198
199
200
try:
0 commit comments