Hi, enabled_backends option is configured to use lvm, change it for rbd and under "Options defined in cinder.volume.drivers.rbd" create the section [rbd]
"Options defined in cinder.volume.drivers.rbd"
[rbd]
rbd_pool=volumes
rbd_user=cinder
rbd_ceph_conf=/etc/ceph/ceph.conf
rbd_flatten_volume_from_snapshot=false
rbd_secret_uuid=<YOUR_SECRET_UUID>
rbd_max_clone_depth=5
With this content cinder must be using ceph rbd as backend, the error "ERROR: The request you have made requires authentication. (HTTP 401)" i don't know where it comes with no information, source again keystonerc_admin and try it again, sometimes env variables are not correctly sourced, if that don't work, please share more information.
Regards
Please, paste cinder.conf and cinder service-list output.
I paste cinder.conf file ---http://paste.openstack.org/show/406651/ [root@controller1 ceph(keystone_admin)]# cinder service-list
ERROR: The request you have made requires authentication. (HTTP 401) (Request-ID: req-82c0bc80-bc11-48a3-a054-cfd75f049fa9)
plz provide the solution for the same
I paste cinder.conf file ---http://paste.openstack.org/show/406651
If you are unable to make requests, share with us more information about keystone logs and make the request with --debug option. If the error is not related to this question, create another question. Regards