Re: [openstack-dev] To evacuate it is not mandatory to have compute service down but mandatory to have host down/powered-off/dead

2015-04-16 Thread Russell Bryant
On 04/16/2015 12:45 AM, Ratnaker Katipally wrote: Hi, In the API.py of /nova/compute/ We are checking for compute service status in evacuate(..) method. if/self/.servicegroup_api.service_is_up(service): msg = (_(/'Instance compute service state on %s '/

[openstack-dev] To evacuate it is not mandatory to have compute service down but mandatory to have host down/powered-off/dead

2015-04-15 Thread Ratnaker Katipally
Hi, In the API.py of /nova/compute/ We are checking for compute service status in evacuate(..) method. if self.servicegroup_api.service_is_up(service): msg = (_('Instance compute service state on %s ' 'expected to be down, but it was up.') % inst_host)