X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fobserver%2Fsteps%2Fsync_network_deployments.py;h=e0e3eac054928bf8b554829325ce6bb5d1f6c5fb;hb=b84fccc91a888896e1ebd3a4cab6a49d423325b7;hp=e54d4ec1160c964a239abcb58aa7040c8d7a386c;hpb=629008bd8899d2bf319c8ba5196e3101c66008da;p=plstackapi.git diff --git a/planetstack/observer/steps/sync_network_deployments.py b/planetstack/observer/steps/sync_network_deployments.py index e54d4ec..e0e3eac 100644 --- a/planetstack/observer/steps/sync_network_deployments.py +++ b/planetstack/observer/steps/sync_network_deployments.py @@ -48,7 +48,7 @@ class SyncNetworkDeployments(OpenStackSyncStep): if ints: last_ip = IPAddress(ints[-1]) else: - last_ip = IPAddress('10.0.0.1') + 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")