440bc86cd1
Depends-On: https://review.opendev.org/685974 Change-Id: Ic07889fad74cd37fd59734ba0807aaa8d573e5e2
15 lines
346 B
YAML
15 lines
346 B
YAML
---
|
|
features:
|
|
- |
|
|
Now you can use cinder-volume with Octavia. To enable the feature set
|
|
``octavia_cinder_enabled`` to ``True``. Also you may need to override
|
|
the default settings:
|
|
|
|
.. code-block:: yaml
|
|
|
|
octavia_octavia_conf_overrides:
|
|
cinder:
|
|
volume_type: 'my-volume-type'
|
|
volume_size: 32
|
|
|