diff --git a/ChangeLog b/ChangeLog index d1cb453..a83a355 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ CHANGES ======= +v0.1.2 +------ + +* Release cleanup + v0.1.1 ------ diff --git a/README.rst b/README.rst index 37d7163..90716a7 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,18 @@ Overview This python package is a client that talks to the ceph-iscsi rbd-target-api. rbd-target-api coordinates the rbd volume exports via iSCSI +Requirements +------------ +This package requires a running ceph cluster that has the ceph-iscsi +gateway tools installed properly and running. The rbd-target-api must +be configured and running + +Installation +------------ +``` +pip install rbd-iscsi-client +``` + Features --------