diff options
author | Artom Lifshitz <alifshit@redhat.com> | 2020-08-27 12:00:01 -0400 |
---|---|---|
committer | Lee Yarwood <lyarwood@redhat.com> | 2020-09-11 12:00:07 +0100 |
commit | 793e96c524fe930ad4cd344260cd010b27e7a663 (patch) | |
tree | 21fc37b491dd6b2d8aede9e5f97a914551d66bda /nova/compute | |
parent | 94810a86129bd7db23a1f855f4c780d414b53922 (diff) | |
download | nova-793e96c524fe930ad4cd344260cd010b27e7a663.tar.gz |
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
Diffstat (limited to 'nova/compute')
-rw-r--r-- | nova/compute/manager.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 6555b45a92..930ae64344 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 |