From: Sapan Bhatia Date: Wed, 22 Oct 2014 01:09:03 +0000 (-0400) Subject: Trivial change X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=6d2b57fc41e9f9acb40b59b5ae14653ef80c6b4e Trivial change --- diff --git a/planetstack/openstack_observer/steps/sync_nodes.py b/planetstack/openstack_observer/steps/sync_nodes.py index d648b7d..3936311 100644 --- a/planetstack/openstack_observer/steps/sync_nodes.py +++ b/planetstack/openstack_observer/steps/sync_nodes.py @@ -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()