Reviewed:  https://review.openstack.org/487386
Committed: 
https://git.openstack.org/cgit/openstack/glance/commit/?id=02f6b9074a697b0c9efdb0aa4882b00ec81e3ad5
Submitter: Jenkins
Branch:    master

commit 02f6b9074a697b0c9efdb0aa4882b00ec81e3ad5
Author: Erno Kuvaja <jo...@usr.fi>
Date:   Wed Jul 26 13:02:37 2017 +0100

    Fix typo in discovery API router
    
    Adding '/' to the discovery API paths to fix the 404 issue.
    
    Change-Id: I3ae6d1dc664b2bcb4b7b8de75a3373a6486b8b83
    Closes-Bug: 1706586


** Changed in: glance
       Status: In Progress => Fix Released

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

Title:
  GET call to /info/import raises ResourceNotFound error

Status in Glance:
  Fix Released

Bug description:
  curl -g -i -X GET http://10.232.48.201/image/v2/info/import -H "X
  -Auth-Token: <auth-toke>" should return valid import-methods available
  if config parameter 'enable_image_import' is set. As of now it raises
  404 ResourceNotFound error.

  Steps to reproduce:
  1. Set 'enable_image_import' to True under DEFAULT section of glance-api.conf 
file
  2. Restart glance-api service
  3. Run,  curl -g -i -X GET http://10.232.48.201/image/v2/info/import -H 
"X-Auth-Token: <auth-token>

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1706586/+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