Re: [Openstack] [nova] Accessing instance.flavor.projects fails due to orphaned Flavor

2017-01-13 Thread Balazs Gibizer
On Thu, Jan 12, 2017 at 4:56 PM, Jay Pipes wrote: On 01/12/2017 05:31 AM, Balazs Gibizer wrote: Hi, The flavor field of the Instance object is a lazy-loaded field and the projects field of the Flavor object is also lazy-loaded. Now it seems to me that when the Instance object lazy loads i

Re: [Openstack] [nova] Accessing instance.flavor.projects fails due to orphaned Flavor

2017-01-12 Thread Jay Pipes
On 01/12/2017 05:31 AM, Balazs Gibizer wrote: Hi, The flavor field of the Instance object is a lazy-loaded field and the projects field of the Flavor object is also lazy-loaded. Now it seems to me that when the Instance object lazy loads instance.flavor then the created Flavor object is orphaned

Re: [Openstack] [nova] Accessing instance.flavor.projects fails due to orphaned Flavor

2017-01-12 Thread Balazs Gibizer
On Thu, Jan 12, 2017 at 2:31 PM, Balazs Gibizer wrote: Hi, The flavor field of the Instance object is a lazy-loaded field and the projects field of the Flavor object is also lazy-loaded. Now it seems to me that when the Instance object lazy loads instance.flavor then the created Flavor objec