valerytschopp / python-radosgw-admin

Ceph RADOS Gateway admin operations
GNU General Public License v3.0
37 stars 22 forks source link

Hotfix on change of return value for set-quota #25

Closed cedricpoon closed 4 years ago

cedricpoon commented 4 years ago

As the return value of set_quota REST API changed to None, this PR aims to disable JSON parsing for the return value.

valerytschopp commented 4 years ago

@cedricpoon Thanks for the patch