← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1327101] Re: Slash character missed on delete using V2

 

Client debug bug, not a glance bug.

** Also affects: python-glanceclient
   Importance: Undecided
       Status: New

** No longer affects: python-glanceclient

** Project changed: glance => python-glanceclient

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1327101

Title:
  Slash character missed on delete using V2

Status in Python client library for Glance:
  New

Bug description:
  Using openstack-glance-2013.2.3-2.el6.noarch and V2 API.

  If you execute the command below:

  $ glance --debug --os-image-api-version 2 image-delete IMAGE-ID

  You can see a lot of CURL operations, and the last one has a typo in
  the URL between the port number and "v2". A slash character is missed.

  curl -i -X DELETE -H 'X-Auth-Token: THEBIGTOKEN' -H 'Content-Type:
  application/json' -H 'User-Agent: python-glanceclient'
  http://IPADDRESS:9292v2/images/IMAGE-ID

  However, the command works perfectly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-glanceclient/+bug/1327101/+subscriptions


References