Rename RBD cinder backend

RBD seems to be reserved name in cinder. Once it's used as
volume type, cinder fails with [1]

We rename backend name in doc and AIO to workaround the issue

[1] https://paste.opendev.org/show/bAJR9YEYA1hRjCuMc6kU/

Closes-Bug: #1877421
Change-Id: If48096a7309c7140cd9c182d5d3175e8d827cbd6
This commit is contained in:
Dmitriy Rabotyagov 2022-02-09 09:10:47 +02:00
parent 38216f2b07
commit e51d4bc8c8
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ glance_rbd_store_pool: images
nova_libvirt_images_rbd_pool: vms
cinder_backends:
RBD:
rbd_volumes:
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: volumes
rbd_ceph_conf: /etc/ceph/ceph.conf

View File

@ -91,7 +91,7 @@
data: lv-{{ d | basename }}
{% endfor %}
cinder_backends:
"RBD":
"rbd_volumes":
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: volumes
rbd_ceph_conf: /etc/ceph/ceph.conf

View File

@ -25,7 +25,7 @@ ceph_conf_overrides_custom:
mon_max_pg_per_osd: 500
openstack_config: true # Ceph ansible automatically creates pools & keys
cinder_ceph_client: cinder
cinder_default_volume_type: RBD
cinder_default_volume_type: rbd_volumes
glance_ceph_client: glance
glance_default_store: rbd
glance_rbd_store_pool: images