OS API 1.1 servers details missing timestamps

Bug #804096 reported by Mark Washenberger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Unassigned

Bug Description

For example, in this response:

{
    "server": {
        "addresses": {
            "private": [],
            "public": []
        },
        "adminPass": "my_password",
        "flavorRef": "http://127.0.0.1:8774/v1.1/flavors/1",
        "hostId": "",
        "id": 33,
        "imageRef": 3,
        "links": [
            {
                "href": "http://127.0.0.1:8774/v1.1/servers/33",
                "rel": "self"
            },
            {
                "href": "http://127.0.0.1:8774/v1.1/servers/33",
                "rel": "bookmark",
                "type": "application/json"
            },
            {
                "href": "http://127.0.0.1:8774/v1.1/servers/33",
                "rel": "bookmark",
                "type": "application/xml"
            }
        ],
        "metadata": {
            "key1": "value1",
            "key2": "value2"
        },
        "name": "testserver",
        "status": "BUILD",
        "uuid": "97ce15ba-32b3-4c8b-b5b0-e51f2ed3add2"
    }
}

There should be something like

"updated": "2010-10-10T12:00:00Z",
"created": "2010-08-10T12:00:00Z",

Related branches

Thierry Carrez (ttx)
Changed in nova:
importance: Undecided → Medium
status: New → Confirmed
Brian Waldon (bcwaldon)
Changed in nova:
status: Confirmed → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → diablo-4
Thierry Carrez (ttx)
Changed in nova:
milestone: diablo-4 → 2011.3
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.