Comment 1 for bug 1494600

Revision history for this message
Steve Martinelli (stevemar) wrote :

I'm not sure whats going on here, but this call is the root of the problem:

DEBUG: keystoneclient.session REQ: curl -g -i --insecure -X GET https://keystone.lan.example.com:35357/v2.0 -H "Accept: application/json" -H "User-Agent: python-openstackclient"

DEBUG: keystoneclient.session RESP: [404] content-length: 90 vary: X-Auth-Token keep-alive: timeout=5, max=100 server: Apache/2.2.22 (Ubuntu) connection: Keep-Alive date: Fri, 11 Sep 2015 06:16:45 GMT content-type: application/json x-distribution: Ubuntu

RESP BODY: {"error": {"message": "Could not find version, v2.0.", "code": 404, "title": "Not Found"}}

Apparently, this URL can't be hit: https://keystone.lan.example.com:35357/v2.0 ?
Is this because you have it as .example.com instead of .yygamedev.com?