From 793e96c524fe930ad4cd344260cd010b27e7a663 Mon Sep 17 00:00:00 2001 From: Artom Lifshitz Date: Thu, 27 Aug 2020 12:00:01 -0400 Subject: [PATCH] trivial: Remove useless comment There's a comment that has been disconnected from the code that it originally commented, to wit the following (edited) `git blame`: 1518e66d0c4 # Releasing vlan. 1518e66d0c4 # (not necessary in current implementation?) 1518e66d0c4 f065a76de5e network_info = self.network_api.get_instance_nw_info(ctxt, instance) Remove the comment. Change-Id: Ifc376e008f7ec5fb33a94d5a76ca05aed6431696 --- nova/compute/manager.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 6555b45a927b..930ae643442e 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -8557,9 +8557,6 @@ class ComputeManager(manager.Manager): self._post_live_migration_remove_source_vol_connections( ctxt, instance, source_bdms) - # Releasing vlan. - # (not necessary in current implementation?) - # NOTE(artom) At this point in time we have not bound the ports to the # destination host yet (this happens in migrate_instance_start() # below). Therefore, the "old" source network info that's still in the