Trivial change
authorSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 22 Oct 2014 01:09:03 +0000 (21:09 -0400)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 22 Oct 2014 01:09:03 +0000 (21:09 -0400)
planetstack/openstack_observer/steps/sync_nodes.py

index d648b7d..3936311 100644 (file)
@@ -24,7 +24,7 @@ class SyncNodes(OpenStackSyncStep):
         # collect local nodes
         sites = Site.objects.all()
         nodes = Node.objects.all()
-        node_hostnames  = [node.name for node in nodes]
+        node_hostnames = [node.name for node in nodes]
 
         # fetch all nodes from each deployment
         deployments = Deployment.objects.all()