remove comment
authorScott Baker <smbaker@gmail.com>
Wed, 13 Aug 2014 01:05:56 +0000 (18:05 -0700)
committerScott Baker <smbaker@gmail.com>
Wed, 13 Aug 2014 01:05:56 +0000 (18:05 -0700)
planetstack/openstack_observer/steps/sync_network_slivers.py

index 042d266..c6e4b7c 100644 (file)
@@ -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()