Re: [openstack-dev] The extra_resource in compute node object

2014-01-13 Thread Jiang, Yunhong
> -Original Message- > From: Dan Smith [mailto:d...@danplanet.com] > Sent: Monday, January 13, 2014 6:35 AM > To: Jiang, Yunhong; Murray, Paul (HP Cloud Services) (pmur...@hp.com) > Cc: openstack-dev@lists.openstack.org > Subject: Re: The extra_resource in compute node object > > > This

Re: [openstack-dev] The extra_resource in compute node object

2014-01-13 Thread Dan Smith
> This patch set makes the extra_resources a list of object, instead of > opaque json string. How do you think about that? Sounds better to me, I'll go have a look. > However, the compute resource object is different with current > NovaObject, a) it has no corresponding table, but just a field in

[openstack-dev] The extra_resource in compute node object

2014-01-10 Thread Jiang, Yunhong
Hi, Paul/Dan For the extra_resource (refer to Dan's comments in https://review.openstack.org/#/c/60258/ for more information), I created a patch set https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:extra_resources,n,z and want to get some feedback.