f08484480f
Add a parameter that allows the user to optionally specify a list of extra Ceph pools to be used as additional RBD backends for Cinder. A separate RBD backend is created for each pool in the list. Implements: blueprint multiple-cinder-rbd-backend Change-Id: I3318b9eaef607d6992f9a8cb605817b6f76dd331
8 lines
282 B
YAML
8 lines
282 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support for specifying a list of Ceph pools to be used for additional
|
|
Cinder RBD backends. This is in addition to the Ceph pool associated with
|
|
the first Cinder RBD backend. The list of extra pools is optional, and
|
|
defaults to an empty list.
|