Skip to content

Commit

Permalink
update net_id in openstack script
Browse files Browse the repository at this point in the history
  • Loading branch information
clinssen authored Nov 21, 2023
1 parent e53ef08 commit 4aad0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm_infra/openstack_helper_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_list_of_allocated_ips():

# allocate IPs
n_instances = 20
net_id = "adc8872c-1b9e-4e07-bef9-c316d586d281"
net_id = "c2ce19a1-ad08-41fb-8dd2-4b97d78815fc"

n_ips_to_allocate = max(0, n_instances - len(get_list_of_allocated_ips()))
print("Going to allocate " + str(n_ips_to_allocate) + " IPs")
Expand Down

0 comments on commit 4aad0e3

Please sign in to comment.