Re: [openstack-dev] [ironic] why is glance image service code so complex?

2017-05-24 Thread Pavlo Shchelokovskyy
Hi, regarding #1: there are actually 4 methods there that are not used anywhere in ironic, which are to list images and create/update/delete an image in Glance. The question is do we consider those classes to be a part of public ironic Python API? Are we safe to remove them right away? Or should

Re: [openstack-dev] [ironic] why is glance image service code so complex?

2017-05-23 Thread Dmitry Tantsur
On 05/23/2017 05:52 PM, Pavlo Shchelokovskyy wrote: Hi all, I've started to dig through the part of Ironic code that deals with glance and I am confused by some things: 1) Glance image service classes have methods to create, update and delete images. What's the use case behind them? Is