Re: [openstack-dev] [nova] About doing the migration claim with Placement API

2016-11-11 Thread Alex Xu
2016-11-03 4:52 GMT+08:00 Jay Pipes : > On 11/01/2016 10:14 AM, Alex Xu wrote: > >> Currently we only update the resource usage with Placement API in the >> instance claim and the available resource update periodic task. But >> there is no claim for migration with placement

Re: [openstack-dev] [nova] About doing the migration claim with Placement API

2016-11-02 Thread Chris Friesen
On 11/02/2016 02:52 PM, Jay Pipes wrote: On 11/01/2016 10:14 AM, Alex Xu wrote: Currently we only update the resource usage with Placement API in the instance claim and the available resource update periodic task. But there is no claim for migration with placement API yet. This works is tracked

Re: [openstack-dev] [nova] About doing the migration claim with Placement API

2016-11-02 Thread Jay Pipes
On 11/01/2016 10:14 AM, Alex Xu wrote: Currently we only update the resource usage with Placement API in the instance claim and the available resource update periodic task. But there is no claim for migration with placement API yet. This works is tracked by

Re: [openstack-dev] [nova] About doing the migration claim with Placement API

2016-11-02 Thread Chris Friesen
On 11/02/2016 05:26 AM, Alex Xu wrote: 2016-11-02 16:26 GMT+08:00 Sylvain Bauza >: #2 all those claim operations don't trigger an allocation request to the placement API, while the regular boot operation does (hence your bug report).

Re: [openstack-dev] [nova] About doing the migration claim with Placement API

2016-11-02 Thread Sylvain Bauza
Le 02/11/2016 12:26, Alex Xu a écrit : 2016-11-02 16:26 GMT+08:00 Sylvain Bauza >: Le 01/11/2016 15:14, Alex Xu a écrit : Currently we only update the resource usage with Placement API in the instance claim and the available

Re: [openstack-dev] [nova] About doing the migration claim with Placement API

2016-11-02 Thread Alex Xu
2016-11-02 16:26 GMT+08:00 Sylvain Bauza : > > > Le 01/11/2016 15:14, Alex Xu a écrit : > > Currently we only update the resource usage with Placement API in the > instance claim and the available resource update periodic task. But there > is no claim for migration with

Re: [openstack-dev] [nova] About doing the migration claim with Placement API

2016-11-02 Thread Sylvain Bauza
Le 01/11/2016 15:14, Alex Xu a écrit : Currently we only update the resource usage with Placement API in the instance claim and the available resource update periodic task. But there is no claim for migration with placement API yet. This works is tracked by

[openstack-dev] [nova] About doing the migration claim with Placement API

2016-11-01 Thread Alex Xu
Currently we only update the resource usage with Placement API in the instance claim and the available resource update periodic task. But there is no claim for migration with placement API yet. This works is tracked by https://bugs.launchpad.net/nova/+bug/1621709. In newton, we only fix one bit