Comment 2 for bug 1494600

Revision history for this message
gustavo panizzo (gfa) wrote :

> Apparently, this URL can't be hit: https://keystone.lan.example.com:35357/v2.0 ?

that's right, but it does not stop keystoneclient from working

$ curl https://keystone.lan.example.com:35357/v2.0
{"error": {"message": "Could not find version, v2.0.", "code": 404, "title": "Not Found"}}%

$ curl https://keystone.lan.yygamedev.com:5000/v2.0
{"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "https://keystone.lan.yygamedev.com:5000/v2.0/v2.0/", "rel": "self"}, {"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"}]}}

> Is this because you have it as .example.com instead of .yygamedev.com?

no, all the configs are yygamedev.com I just miss to anonymize them in the bug report