Remove stale comment in method execute()

The code associated with virtual has been removed before,
and the relevant comments should be removed here.

Change-Id: I7104c1a6752ad0b8c9837a643e51b0a13194a81b
This commit is contained in:
chenke 2019-08-02 16:29:57 +08:00
parent f2020a9283
commit 251ad35c8b

View File

@ -480,11 +480,8 @@ class NovaModelBuilder(base.BaseModelBuilder):
return update_flag
def execute(self, model_scope):
"""Instantiates the graph with the openstack cluster data.
"""Instantiates the graph with the openstack cluster data."""
The graph is populated along 2 layers: virtual and physical. As each
new layer is built connections are made back to previous layers.
"""
updata_model_flag = self._check_model_scope(model_scope)
if self.model is None or updata_model_flag:
self.model = self.model or model_root.ModelRoot()