commit | 026ffbea1d81cb99725b15c1ca10feadc13e431f | [log] [tgz] |
---|---|---|
author | Tony Mack <tmack@paris.CS.Princeton.EDU> | Wed May 07 13:31:55 2014 -0400 |
committer | Tony Mack <tmack@paris.CS.Princeton.EDU> | Wed May 07 13:31:55 2014 -0400 |
tree | 67f60bdb5078a19a014eb88b3812c998d166508a | |
parent | 32e1ce390783a5c7e2cfa12e2bc882e7d5409ad2 [diff] |
fix bug
diff --git a/planetstack/observer/steps/sync_nodes.py b/planetstack/observer/steps/sync_nodes.py index bef0ca0..f09ec83 100644 --- a/planetstack/observer/steps/sync_nodes.py +++ b/planetstack/observer/steps/sync_nodes.py
@@ -21,6 +21,7 @@ # fetch all nodes from each deployment deployments = Deployment.objects.all() + new_nodes = [] for deployment in deployments: driver = self.driver.admin_driver(deployment=deployment.name) compute_nodes = driver.shell.nova.hypervisors.list()