From: Scott Baker Date: Wed, 13 Aug 2014 01:05:56 +0000 (-0700) Subject: remove comment X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8f5d518e49a01d3727f9fba9da42181e7ba367e1;p=plstackapi.git remove comment --- 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()