← Back to team overview

openstack team mailing list archive

Re: [openstack][cinder] cinder create gives an error

 

On Tue, Nov 6, 2012 at 11:28 AM, Ahmed Al-Mehdi <ahmed@xxxxxxxxxx<mailto:ahmed@xxxxxxxxxx>> wrote:
Not to impose on you, but can you help me understand what does the following error mean:
    ERROR: Malformed request url (HTTP 400) (Request-ID: req-8cff9608-598b-4618-bdc1-1068a1227781)

---

Another useful debugging aid is the --debug flag for the cinder client, try

cinder --debug create --display_name test 1

This will show you what the cinder client is connecting to and what it is sending and receiving. You could be having problems on the client side if you've got a misconfigured OS_AUTH_URL, OS_REGION_NAME, or other OpenStack env var.

Everett

References