[Yahoo-eng-team] [Bug 1736920] Re: Glance images are loaded into memory

2020-05-28 Thread Jeremy Stanley
** Changed in: ossa Status: Incomplete => Invalid ** Information type changed from Public Security to Public -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1736920

[Yahoo-eng-team] [Bug 1736920] Re: Glance images are loaded into memory

2020-05-28 Thread Stephen Finucane
I finally got around to investigating this today. tl;dr: there does not appear to be an issue here. The return value of 'glanceclient.Client.images.data' is 'glanceclient.common.utils.RequestIdProxy', owing to the use of the 'add_req_id_to_object' decorator [2]. This is *not* a generator, which