fix bug
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 15 Apr 2014 02:13:11 +0000 (22:13 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 15 Apr 2014 02:16:47 +0000 (22:16 -0400)
planetstack/observer/steps/sync_network_deployments.py

index e0e3eac..a8d6262 100644 (file)
@@ -49,7 +49,6 @@ class SyncNetworkDeployments(OpenStackSyncStep):
             last_ip = IPAddress(ints[-1])
         else:
             last_ip = IPAddress('10.0.0.0')
-        last_ip = IPAddress(ints[-1])
         last_network = IPNetwork(str(last_ip) + "/24")
         next_network = IPNetwork(str(IPAddress(last_network) + last_network.size) + "/24")
         return next_network