Re: [openstack-dev] [zun][zun-ui] How to get "host" attribute for image

2018-10-21 Thread Shu M.
Hongbin, Thank you for your proposing the patch! I'll check it and proceed implementation for zun-ui from now. Best regards, Shu 2018年10月19日(金) 12:28 Hongbin Lu : > Shu, > > It looks the 'host' field was added to the DB table but not exposed via > REST API by mistake. See if this patch fixes

Re: [openstack-dev] [zun][zun-ui] How to get "host" attribute for image

2018-10-18 Thread Hongbin Lu
Shu, It looks the 'host' field was added to the DB table but not exposed via REST API by mistake. See if this patch fixes the issue: https://review.openstack.org/#/c/611753/ . Best regards, Hongbin On Thu, Oct 18, 2018 at 10:50 PM Shu M. wrote: > Hi folks, > > I found the following commit to

[openstack-dev] [zun][zun-ui] How to get "host" attribute for image

2018-10-18 Thread Shu M.
Hi folks, I found the following commit to show "host" attribute for image. https://github.com/openstack/zun/commit/72eac7c8f281de64054dfa07e3f31369c5a251f0 But I could not get the "host" for image with zun-show. I think image-list and image-show need to show "host" for admin, so I'd like to