Re: [openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-31 Thread Sean Dague
On 05/30/2016 10:26 AM, Loo, Ruby wrote: > Hi, > >> But the issue here is just capacity. Whether or not we keep an instance >> in a deleting state, or when we release quota, doesn't change the >> Tempest failures from what I can tell. The suggestions below address >> that. >> >> >>> >> >>

Re: [openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-30 Thread Loo, Ruby
Hi, >But the issue here is just capacity. Whether or not we keep an instance >in a deleting state, or when we release quota, doesn't change the >Tempest failures from what I can tell. The suggestions below address >that. > > >> >> > > > >> > > > I think we should go with #1, but instead of erasin

Re: [openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-27 Thread Andrew Laski
On Fri, May 27, 2016, at 11:25 AM, Matthew Treinish wrote: > On Fri, May 27, 2016 at 05:52:51PM +0300, Vasyl Saienko wrote: > > Lucas, Andrew > > > > Thanks for fast response. > > > > On Fri, May 27, 2016 at 4:53 PM, Andrew Laski wrote: > > > > > > > > > > > On Fri, May 27, 2016, at 09:25 AM,

Re: [openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-27 Thread Vladyslav Drok
On Fri, May 27, 2016 at 5:52 PM, Vasyl Saienko wrote: > Lucas, Andrew > > Thanks for fast response. > > On Fri, May 27, 2016 at 4:53 PM, Andrew Laski wrote: > >> >> >> On Fri, May 27, 2016, at 09:25 AM, Lucas Alvares Gomes wrote: >> > Hi, >> > >> > Thanks for bringing this up Vasyl! >> > >> > >

Re: [openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-27 Thread Matthew Treinish
On Fri, May 27, 2016 at 05:52:51PM +0300, Vasyl Saienko wrote: > Lucas, Andrew > > Thanks for fast response. > > On Fri, May 27, 2016 at 4:53 PM, Andrew Laski wrote: > > > > > > > On Fri, May 27, 2016, at 09:25 AM, Lucas Alvares Gomes wrote: > > > Hi, > > > > > > Thanks for bringing this up Vas

Re: [openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-27 Thread Vasyl Saienko
Lucas, Andrew Thanks for fast response. On Fri, May 27, 2016 at 4:53 PM, Andrew Laski wrote: > > > On Fri, May 27, 2016, at 09:25 AM, Lucas Alvares Gomes wrote: > > Hi, > > > > Thanks for bringing this up Vasyl! > > > > > At the moment Nova with ironic virt_driver consider instance as > deleted

Re: [openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-27 Thread Andrew Laski
On Fri, May 27, 2016, at 09:25 AM, Lucas Alvares Gomes wrote: > Hi, > > Thanks for bringing this up Vasyl! > > > At the moment Nova with ironic virt_driver consider instance as deleted, > > while on Ironic side server goes to cleaning which can take a while. As > > result current implementation

Re: [openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-27 Thread Lucas Alvares Gomes
Hi, Thanks for bringing this up Vasyl! > At the moment Nova with ironic virt_driver consider instance as deleted, > while on Ironic side server goes to cleaning which can take a while. As > result current implementation of Nova tempest tests doesn't work for case > when Ironic is enabled. > > The

[openstack-dev] [tempest][qa][ironic][nova] When Nova should mark instance as successfully deleted?

2016-05-27 Thread Vasyl Saienko
Hello Community! At the moment Nova with ironic virt_driver consider instance as deleted, while on Ironic side server goes to cleaning which can take a while. As result current implementation of Nova tempest tests doesn't work for case when Ironic is enabled. There are two possible options how t