From ecf9dbe11bd42c822952baea910e234f41e3a8dd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 18 Sep 2017 14:50:48 +0000 Subject: [PATCH] Updated openstack/openstack Project: openstack/nova 0aeaa2bce8ad15bc2f28e00b30d688514b992e13 Set error state after failed evacuation When evacuation fails with NoValidHost, the migration status remains 'accepted' instead of 'error'. This causes problem in case the compute service starts up again and looks for evacuations with status 'accepted', as it then removes the local instances for those evacuations even though the instance was never actually evacuated to another host. Change-Id: I06d78c744fa75ae5f34c5cfa76bc3c9460767b84 Closes-Bug: #1713783 --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 224e216139..0aeaa2bce8 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 224e216139f09dedcf96c5bb6f2b084ca01cc879 +Subproject commit 0aeaa2bce8ad15bc2f28e00b30d688514b992e13