Merge "ceph: rename optional extra names"

This commit is contained in:
Jenkins 2016-09-20 16:53:36 +00:00 committed by Gerrit Code Review
commit 1a6cab7b25
2 changed files with 6 additions and 6 deletions

View File

@ -47,8 +47,8 @@ The list of variants available is:
* postgresql provides PostgreSQL indexer support * postgresql provides PostgreSQL indexer support
* swift provides OpenStack Swift storage support * swift provides OpenStack Swift storage support
* ceph provides common part of Ceph storage support * ceph provides common part of Ceph storage support
* ceph-pre-jewel provides Ceph (<10.1.0) storage support * ceph_recommended_lib provides Ceph (>=0.80) storage support
* ceph-jewel-and-later provides Ceph (>=10.1.0) storage support * ceph_alternative_lib provides Ceph (>=10.1.0) storage support
* file provides file driver support * file provides file driver support
* doc documentation building support * doc documentation building support
* test unit and functional tests support * test unit and functional tests support
@ -61,7 +61,7 @@ procedure::
Again, depending on the drivers and features you want to use, you need to Again, depending on the drivers and features you want to use, you need to
install extra variants using, for example:: install extra variants using, for example::
pip install -e .[postgresql,ceph,ceph-pre-jewel] pip install -e .[postgresql,ceph,ceph_recommended_lib]
Ceph requirements Ceph requirements
@ -72,7 +72,7 @@ only since python-rados >= 9.1.0. To handle this, Gnocchi uses 'cradox' python
library which has exactly the same API but works with Ceph >= 0.80.0. library which has exactly the same API but works with Ceph >= 0.80.0.
If Ceph and python-rados are >= 9.1.0, cradox python library becomes optional If Ceph and python-rados are >= 9.1.0, cradox python library becomes optional
but is still recommended until 10.1.0. but is still recommended.
Initialization Initialization

View File

@ -44,9 +44,9 @@ ceph =
msgpack-python msgpack-python
lz4 lz4
tooz>=1.38 tooz>=1.38
ceph-pre-jewel = ceph_recommended_lib =
cradox>=1.0.9 cradox>=1.0.9
ceph-jewel-and-later = ceph_alternative_lib =
python-rados>=10.1.0 # not available on pypi python-rados>=10.1.0 # not available on pypi
file = file =
msgpack-python msgpack-python