Comment 8 for bug 1381961

Revision history for this message
Yang Zhang (bjzyang) wrote :

Btw, I also found the similar issue in Nova (but other components seem to be fine):

GET https://192.168.101.10:8774

{
  "versions": [
    {
      "status": "CURRENT",
      "updated": "2011-01-21T11:33:21Z",
      "id": "v2.0",
      "links": [
        {
          "href": "https://172.20.14.10:8774/v2/",
          "rel": "self"
        }
      ]
    },
    {
      "status": "EXPERIMENTAL",
      "updated": "2013-07-23T11:33:21Z",
      "id": "v3.0",
      "links": [
        {
          "href": "https://172.20.14.10:8774/v3/",
          "rel": "self"
        }
      ]
    }
  ]
}