[MGM]: Fix call to nova.get_node()

Change-Id: I84da5814977976007beddd1dd87f8a978eb0414b
This commit is contained in:
marcrp
2013-09-20 14:23:44 -04:00
parent 003d2c085d
commit 1a92fa128a

View File

@@ -47,7 +47,7 @@ class BuildController(object):
name = exc.node_name
# Node may have built despite error
try:
node_id = self.get_node(name)
node_id = nova.get_node(name)
except NotFound:
self.logger.error(
"No node found for {0}, giving up on it".format(name)