Comment 5 for bug 1707183

Revision history for this message
Javier Castillo (javcasalc) wrote :

This is my openrc file:

export OS_AUTH_URL=https://<public fqdn>:5000/v3
export OS_PROJECT_ID=<PROJECT ID>
export OS_PROJECT_NAME="demo_prj"
export OS_USER_DOMAIN_NAME="Default"
export OS_USERNAME="demo"
export OS_REGION_NAME="RegionOne"
export OS_INTERFACE=public
export OS_IDENTITY_API_VERSION=3

Please notice the REPLY I get from server:

REQ: curl -g -i -X GET https://<public fqdn>:9001 -H "Accept: application/json" -H "User-Agent: osc-lib/1.7.0 keystoneauth1/3.0.0 python-requests/2.18.1 CPython/3.6.2"
Starting new HTTPS connection (1): <public fqdn>
https://<public fqdn>:9001 "GET / HTTP/1.1" 200 451

RESP: [200] Content-Type: application/json Content-Length: 451 Date: Fri, 01 Sep 2017 09:59:43 GMT
RESP BODY: {
  "versions": {
    "values": [
      {
        "id": "v1",
        "links": [
          {
            "href": "http://192.168.12.254:9001/v1",
            "rel": "self"
          }
        ],
        "status": "DEPRECATED"
      },
      {
        "id": "v2",
        "links": [
          {
            "href": "http://192.168.12.254:9001/v2",
            "rel": "self"
          }
        ],
        "status": "CURRENT"
      }
    ]
  }
}