<html><body><div style="font-family: Arial; font-size: 12pt; color: #000000"><div>I've got Cinder configured and pointed at Ceph for it's back end storage. &nbsp;I can run ceph commands on the cinder machine and cinder is configured for noauth and I've also tried it with Keystone for auth. &nbsp;I can run various cinder commands and it'll return&nbsp;as expected.&nbsp;</div><div><br data-mce-bogus="1"></div><div>When I configure it in oVirt it'll add the external provider fine, but when I go to create a disk it doesn't populate the volume type field, it's just empty. &nbsp;The corresponding command for cinder: cinder type-list and cinder type-show &lt;name&gt; returns fine and it is public.&nbsp;</div><div><br data-mce-bogus="1"></div><div>Ovirt and Cinder are on the same host so it isn't a firewall issue.</div><div><br data-mce-bogus="1"></div><div>Cinder config:</div><div>[DEFAULT]<br>rpc_backend = rabbit<br>#auth_strategy = keystone<br>auth_strategy = noauth<br>enabled_backends = ceph<br>#glance_api_servers = http://10.128.7.252:9292<br>#glance_api_version = 2<br><br>#[keystone_authtoken]<br>#auth_uri = http://10.128.7.252:5000/v3<br>#auth_url = http://10.128.7.252:35357/v3<br>#auth_type = password<br>#memcached_servers = localhost:11211<br>#project_domain_name = default<br>#user_domain_name = default<br>#project_name = services<br>#username =&nbsp;user<br>#password = pass<br><br>[ceph]<br>volume_driver = cinder.volume.drivers.rbd.RBDDriver<br>volume_backend_name = ceph<br>rbd_pool = ovirt-images<br>rbd_user = cinder<br>rbd_secret_uuid =&nbsp;&lt;secret&gt;<br>rbd_ceph_conf = /etc/ceph/ceph.conf<br>rbd_flatten_volume_from_snapshot = true<br>rbd_max_clone_depth = 5<br>rbd_store_chunk_size = 4<br>rados_connect_timeout = -1<br>#glance_api_version = 2<br><br>[database]<br>connection = postgresql://user:pass@10.128.2.33/cinder<br><br>[oslo_concurrency]<br>lock_path = /var/lib/cinder/tmp<br><br>[oslo_messaging_rabbit]<br>rabbit_host = localhost<br>rabbit_port = 5672<br>rabbit_userid =&nbsp;<span style="color: #000000; font-family: Arial; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;" data-mce-style="color: #000000; font-family: Arial; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;">user</span><br>rabbit_password =&nbsp;<span style="color: #000000; font-family: Arial; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;" data-mce-style="color: #000000; font-family: Arial; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;">pass</span></div><div><br></div><div data-marker="__SIG_PRE__">Regards,<br>Logan</div></div></body></html>