From 8f5d518e49a01d3727f9fba9da42181e7ba367e1 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 12 Aug 2014 18:05:56 -0700 Subject: [PATCH] remove comment --- planetstack/openstack_observer/steps/sync_network_slivers.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/planetstack/openstack_observer/steps/sync_network_slivers.py b/planetstack/openstack_observer/steps/sync_network_slivers.py index 042d266..c6e4b7c 100644 --- a/planetstack/openstack_observer/steps/sync_network_slivers.py +++ b/planetstack/openstack_observer/steps/sync_network_slivers.py @@ -12,14 +12,9 @@ class SyncNetworkSlivers(OpenStackSyncStep): requested_interval = 0 # 3600 provides=[NetworkSliver] - # XXX smbaker: Note that this sync_step only functions for private networks. # The way it works is to enumerate the all of the ports that quantum # has, and then work backward from each port's network-id to determine # which Network is associated from the port. - # - # There's a bug somewhere in NetworkDeployment where NAT and Dedicated - # networks are not getting assigned the correct network IDs. This means - # we can't reverse map them. def call(self, **args): networkSlivers = NetworkSliver.objects.all() -- 2.47.0