From 4270353a8a5ce19e5f5165be06fc07189c48d095 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Thu, 15 Jun 2017 10:13:24 +0900 Subject: [PATCH] Fix a wrong comment TrivialFix Change-Id: I33350a6fb6ee3d2657e3bf549f51bf4fe78e8a04 --- nova/compute/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/compute/api.py b/nova/compute/api.py index 9f2253297d9f..5da2d80243fb 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -4015,7 +4015,7 @@ class API(base.Base): # NOTE(sbauza): Unset the host to make sure we call the scheduler host_name = None # FIXME(sbauza): Since only Ironic driver uses more than one - # compute per service but doesn't support evacuations, + # compute per service but doesn't support live migrations, # let's provide the first one. target = nodes[0] if request_spec: