5429754222
Add new CinderRbdExtraPools Heat parameter, which specifies a list of Ceph pools for use with RBD backends for Cinder. An extra Cinder RBD backend driver is created for each pool in the list. This is in addition to the standard RBD backend driver associated with the CinderRbdPoolName. The new parameter is optional, and defaults to an empty list. Adding this feature requires changes in two areas: o The extra Cinder RBD backends get created via a new Puppet parameter o The Ceph client key that permits access to specific Ceph pools is updated to allow client access to the extra RBD pools Implements: blueprint multiple-cinder-rbd-backend Depends-On: I3318b9eaef607d6992f9a8cb605817b6f76dd331 Change-Id: If410ed43b2cc70094a3274c1488833fcaae56cca
10 lines
452 B
YAML
10 lines
452 B
YAML
---
|
|
features:
|
|
- |
|
|
Add new CinderRbdExtraPools Heat parameter, which specifies a list of
|
|
Ceph pools for use with RBD backends for Cinder. An extra Cinder RBD
|
|
backend driver is created for each pool in the list. This is in addition
|
|
to the standard RBD backend driver associated with the CinderRbdPoolName.
|
|
The new parameter is optional, and defaults to an empty list. All of the
|
|
pools are associated with a single Ceph cluster.
|