yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23483
[Bug 1378402] Re: Wrong version links href: https replaced by http
@Chmouel: You're right ! I fixed the public_endpoint and now it works !
Thanks
** Changed in: keystone
Status: New => Fix Released
** Changed in: keystone
Assignee: (unassigned) => goldyfruit (goldyfruit)
--
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):
Fix Released
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
References