OSAPI /servers/detail missing flavor attribute

Bug #827078 reported by Gabe Westmaas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Brian Lamar

Bug Description

Calling /servers/detail on OSAPI 1.1 does not return the flavor. For example, it returns a response similar to this:

{
   "servers" : [
      {
         "progress" : 0,
         "status" : "BUILD",
         "name" : "allo2",
         "uuid" : "17107db4-5eae-4e28-b947-8ea68d494275",
         "image" : {
            "id" : "3",
            "links" : [
               {
                  "rel" : "bookmark",
                  "href" : "http://172.19.0.3:8774/1/images/3"
               }
            ]
         },
         "created" : "2011-08-15T22:07:51Z",
         "addresses" : {},
         "hostId" : "",
         "metadata" : {},
         "id" : 1,
         "updated" : "2011-08-15T22:07:52Z",
         "links" : [
            {
               "rel" : "self",
               "href" : "http://172.19.0.3:8774/v1.1/1/servers/1"
            },
            {
               "rel" : "bookmark",
               "href" : "http://172.19.0.3:8774/1/servers/1"
            }
         ]
      }
   ]
}

I did double check the tests for server details, and it checks for this value, but in two different deployments, the "flavor" entry is missing.

Related branches

Brian Lamar (blamar)
Changed in nova:
assignee: nobody → Brian Lamar (blamar)
Changed in nova:
status: New → 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.