Remove comment in wrong place

Change-Id: I1061c71c24e1c8160da65857ca48d70c7e734367
This commit is contained in:
Jeffrey Zhang 2015-09-16 16:14:07 +08:00
parent ad38851d31
commit 06c35df600
1 changed files with 0 additions and 1 deletions

View File

@ -6115,7 +6115,6 @@ class ComputeManager(manager.Manager):
"""
new_resource_tracker_dict = {}
# Delete orphan compute node not reported by driver but still in db
compute_nodes_in_db = self._get_compute_nodes_in_db(context,
use_slave=True)
nodenames = set(self.driver.get_available_nodes())