Hi all.<br><br>I have a problem with Cinder and Horizon, I was hoping someone could help me. <br><br>When I try to create new volume from Horizon, it does create it but with status "Error". When I check cinder database, I can see new volume entry in cinder.volumes. <br>

<br>Attached below you will find all of the cinder-* logs, as well as apache error_log from Horizon server. That's what happens when I click "Create volume".<br><br>Besides the Horizon, I can also create volume from CLI, using:<br>

<br>#> cinder --os-username nova --os-password openstack --os-tenant-name service --os-auth-url <a href="http://localhost:5000/v2.0">http://localhost:5000/v2.0</a> create --display_name test 1<br><br>But, with the same errors in log files. As far as I can tell, error which causes this problem is from cinder-scheduler:<br>

<br>TRACE cinder.openstack.common.rpc.amqp NoValidHost: No valid host was found. Is the appropriate service running?<br><br>On the other hand, Apache log throws:<br><br>[error] unable to retrieve service catalog with token<br>

<br><br>Is it possible that problem lies in Keystone db? This is how I created end-point for Cinder:<br><br>{"adminurl": "<a href="http://192.168.0.12:8776/v1/$(tenant_id)s">http://192.168.0.12:8776/v1/$(tenant_id)s</a>", "internalurl": "<a href="http://192.168.0.12:8776/v1/$(tenant_id)s">http://192.168.0.12:8776/v1/$(tenant_id)s</a>", "publicurl": "<a href="http://192.168.0.12:8776/v1/$(tenant_id)s">http://192.168.0.12:8776/v1/$(tenant_id)s</a>"}<br>

<br>If you need more info, I'd be happy to provide.<br><br>Thank you all in advance!<br>