Create a volume using Openstack dashboard

Asked by swetha

I have deployed OpenStack on Ubuntu 11.10 using devstack script. I'm not able to create a volume using the dashboard. When i create the status shows an error. Can u help me with the steps to create volume using dashboard. Do i need to add any configurations.

please let me know the solution.

Thanks,
Swetha

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tres Henry (tres) said :
#1

Do you have nova-volume running? Do you have the volume service enpoint configured in the service catalog in Keystone? It should look something like this (with the correct IPs for your environment of course):

catalog.RegionOne.volume.publicURL = http://172.0.0.1:8776/v1/$(tenant_id)s
catalog.RegionOne.volume.adminURL = http://172.0.0.1:8776/v1/$(tenant_id)s
catalog.RegionOne.volume.internalURL = http://172.0.0.1:8776/v1/$(tenant_id)s
catalog.RegionOne.volume.name = Volume Service

You should also look in the nova-volume, nova-api and horizon logs to see if that gives you any clues.

Hope this help!

Revision history for this message
Tihomir Trifonov (ttrifonov) said :
#2

What is the size of the volume you're trying to create ? I think Devstack installs a 2GB file for volumes, or something like that. So trying to create a volume > 2 GB could lead to an error. Try setting a volume with size of 1 GB, and if you still get an error - try restarting the libvirt-bin. If this doesn't help - then there is a problem with the setup. Remove devstack and /opt/stack directories, and download a fresh copy of devstack.

Can you help with this problem?

Provide an answer of your own, or ask swetha for more information if necessary.

To post a message you must log in.