Glance endpoint template URL is incorrect

Bug #909075 reported by Kiall Mac Innes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Fix Released
Undecided
Unassigned

Bug Description

The glance endpoint template URL included in files/keystone_data.sh is incorrect.

The URL is currently set to this:

> http://%SERVICE_HOST%:9292/v1.1/%tenant_id%

while it should be set to this:

> http://%SERVICE_HOST%:9292/v1

I'll push a review for both branches now.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (master)

Fix proposed to branch: master
Review: https://review.openstack.org/2630

Changed in devstack:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (stable/diablo)

Fix proposed to branch: stable/diablo
Review: https://review.openstack.org/2631

Revision history for this message
Kiall Mac Innes (kiall) wrote :

Sample output from `curl http://127.0.0.1:9292/` against a diablo glance:

{
   "versions" : [
      {
         "status" : "CURRENT",
         "id" : "v1.1",
         "links" : [
            {
               "rel" : "self",
               "href" : "http://0.0.0.0:9292/v1/"
            }
         ]
      },
      {
         "status" : "SUPPORTED",
         "id" : "v1.0",
         "links" : [
            {
               "rel" : "self",
               "href" : "http://0.0.0.0:9292/v1/"
            }
         ]
      }
   ]
}

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/2630
Committed: http://github.com/openstack-dev/devstack/commit/34694f156874e10199e29d4d92f35626b68d88d2
Submitter: Jenkins
Branch: master

commit 34694f156874e10199e29d4d92f35626b68d88d2
Author: Kiall Mac Innes <email address hidden>
Date: Fri Dec 30 18:53:26 2011 +0000

    Fix the glance endpoint template URL. Fixes bug 909075.

    Conflicts:

     files/keystone_data.sh

    Change-Id: I82a45ef1e653a7de9ab3b48e7675f1440172b3f9

Changed in devstack:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/diablo)

Reviewed: https://review.openstack.org/2631
Committed: http://github.com/openstack-dev/devstack/commit/fe1ea878ee08a96c8b420043ee888f15b30e5a66
Submitter: Jenkins
Branch: stable/diablo

commit fe1ea878ee08a96c8b420043ee888f15b30e5a66
Author: Kiall Mac Innes <email address hidden>
Date: Tue Dec 27 17:10:44 2011 +0000

    Fix the glance endpoint template URL. Fixes bug 909075.

    Conflicts:

     files/keystone_data.sh

    Change-Id: I82a45ef1e653a7de9ab3b48e7675f1440172b3f9

tags: added: in-stable-diablo
Dean Troyer (dtroyer)
Changed in devstack:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.