ceph: rename optional extra names

- is not allowed in extra name, and are silently ignored.

We also rename them to make them the extra purpose clearer.

Change-Id: I4470050e1a196577e2c667ce7c2949d82655f77c
This commit is contained in:
Mehdi Abaakouk 2016-09-19 09:49:39 +02:00
parent aa3d0ae22f
commit 72fb45f3c4
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
* swift provides OpenStack Swift storage support
* ceph provides common part of Ceph storage support
* ceph-pre-jewel provides Ceph (<10.1.0) storage support
* ceph-jewel-and-later provides Ceph (>=10.1.0) storage support
* ceph_recommended_lib provides Ceph (>=0.80) storage support
* ceph_alternative_lib provides Ceph (>=10.1.0) storage support
* file provides file driver support
* doc documentation building 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
install extra variants using, for example::
pip install -e .[postgresql,ceph,ceph-pre-jewel]
pip install -e .[postgresql,ceph,ceph_recommended_lib]
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.
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

View File

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