Re: [openstack-dev] [Shaker] Shaker Image Builder fails in Ocata due to OS::Glance::Image deprecation

2017-07-12 Thread Sai Sindhur Malleni
Awesome Ilya. Thanks a lot. Let me look at bringing CentOS to parity. On Fri, Mar 3, 2017 at 8:36 AM, Ilya Shakhat wrote: > Hi Sai, > > As we discussed at PTG, I've added an option to build image using > diskimage-builder tool. The code is not merged yet, please see >

Re: [openstack-dev] [Shaker] Shaker Image Builder fails in Ocata due to OS::Glance::Image deprecation

2017-03-03 Thread Ilya Shakhat
Hi Sai, As we discussed at PTG, I've added an option to build image using diskimage-builder tool. The code is not merged yet, please see https://review.openstack.org/#/c/441126/. With this patch shaker-image-builder can automatically switch to do local build using diskimage-builder when Glance v1

Re: [openstack-dev] [Shaker] Shaker Image Builder fails in Ocata due to OS::Glance::Image deprecation

2017-02-03 Thread Ilya Shakhat
> > Starting Ocata, looks like only glance v2 is enabled by default. This > breaks the shaker image builder template since we make use of the resource > type OS::Glance::Image and creating images from url links is not > supported in v2. How do we want deal with this? Maybe have the user pass in >

[openstack-dev] [Shaker] Shaker Image Builder fails in Ocata due to OS::Glance::Image deprecation

2017-01-31 Thread Sai Sindhur Malleni
Hey, Starting Ocata, looks like only glance v2 is enabled by default. This breaks the shaker image builder template since we make use of the resource type OS::Glance::Image and creating images from url links is not supported in v2. How do we want deal with this? Maybe have the user pass in the