Comment 4 for bug 851159

Revision history for this message
Jesse Andrews (anotherjesse) wrote :

ttx, even if it is handled at the compute layer (for instance cloudbuilder's deploys are putting nova-api server on each box and routing the metadata to the local api server) it is still wildly inefficient.

it is creating a dictionary of all possible data and then return a subset of that hash.

The code is very naive.