Comment 12 for bug 1527925

Revision history for this message
Fahri Cihan Demirci (cihand) wrote :

Actually it seems to me that glance authentication already fails according to these logs. I think even the discovery of Keystone endpoints fails. What happens when you manually try to interact with Keystone, for example:

curl -s http://controller-win:5000/v2.0/

Normally you get something like the following:

{
  "version": {
    "status": "stable",
    "updated": "2014-04-17T00:00:00Z",
    "media-types": [
      {
        "base": "application/json",
        "type": "application/vnd.openstack.identity-v2.0+json"
      }
    ],
    "id": "v2.0",
    "links": [
      {
        "href": "http://127.0.0.1:5000/v2.0/",
        "rel": "self"
      },
      {
        "href": "http://docs.openstack.org/",
        "type": "text/html",
        "rel": "describedby"
      }
    ]
  }
}