Skip to content

python-cephclient v0.1.0.1

Compare
Choose a tag to compare
@dmsimard dmsimard released this 12 Jan 20:25
· 52 commits to master since this release

This marks the first ever release of of python-cephclient.

The version scheme will be as follows:

ceph-rest-api version (e.g, /api/v0.1) <-- API version 0.1
python-cephclient version (e.g, 0.1)
It means that this is the version 0.1 of python-cephclient for api v0.1.

While not yet complete, most GET calls are available.
Unavailable GET calls will yield a FunctionNotImplemented exception.

No PUT requests have been implemented at all yet.