← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1378402] [NEW] Wrong version links href: https replaced by http

 

Public bug reported:

Hi,

I use Keystone with SSL, so i should have a href link with https. The
problem is that URL is in http, no many clients like Neutron or Heat
failed.

We are using RHEL 7 with OSP 5 (IceHouse)

# curl -s -XGET https://ca.ilovepopcorn.com:5000/v2.0 | json_pp

Result:

{
   "version" : {
      "media-types" : [
         {
            "base" : "application/json",
            "type" : "application/vnd.openstack.identity-v2.0+json"
         },
         {
            "base" : "application/xml",
            "type" : "application/vnd.openstack.identity-v2.0+xml"
         }
      ],
      "status" : "stable",
      "updated" : "2014-04-17T00:00:00Z",
      "links" : [
         {
            "rel" : "self",
            "href" : "http://ca.ilovepopcorn.com:5000/v2.0/";
         },
         {
            "href" : "http://docs.openstack.org/api/openstack-identity-service/2.0/content/";,
            "type" : "text/html",
            "rel" : "describedby"
         },
         {
            "href" : "http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf";,
            "type" : "application/pdf",
            "rel" : "describedby"
         }
      ],
      "id" : "v2.0"
   }
}

Thanks for your help :)

** Affects: keystone
     Importance: Undecided
         Status: New

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

Title:
  Wrong version links href: https replaced by http

Status in OpenStack Identity (Keystone):
  New

Bug description:
  Hi,

  I use Keystone with SSL, so i should have a href link with https. The
  problem is that URL is in http, no many clients like Neutron or Heat
  failed.

  We are using RHEL 7 with OSP 5 (IceHouse)

  # curl -s -XGET https://ca.ilovepopcorn.com:5000/v2.0 | json_pp

  Result:

  {
     "version" : {
        "media-types" : [
           {
              "base" : "application/json",
              "type" : "application/vnd.openstack.identity-v2.0+json"
           },
           {
              "base" : "application/xml",
              "type" : "application/vnd.openstack.identity-v2.0+xml"
           }
        ],
        "status" : "stable",
        "updated" : "2014-04-17T00:00:00Z",
        "links" : [
           {
              "rel" : "self",
              "href" : "http://ca.ilovepopcorn.com:5000/v2.0/";
           },
           {
              "href" : "http://docs.openstack.org/api/openstack-identity-service/2.0/content/";,
              "type" : "text/html",
              "rel" : "describedby"
           },
           {
              "href" : "http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf";,
              "type" : "application/pdf",
              "rel" : "describedby"
           }
        ],
        "id" : "v2.0"
     }
  }

  Thanks for your help :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1378402/+subscriptions


Follow ups

References