Public bug reported:

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.

** Affects: glance
     Importance: Undecided
         Status: New

-- 
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 OpenStack Image Registry and Delivery Service (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/glance/+bug/1327101/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to