Merge "ceph: rename optional extra names"
This commit is contained in:
commit
1a6cab7b25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user