Skip to content

Commit 3f62568

Browse files
committed
Merge branch 'release-v5.2.10'
2 parents e700149 + 6e7765f commit 3f62568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netfoundry/demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def main():
378378
# wait for customer router to be PROVISIONED so that registration will be available
379379
try:
380380
network.wait_for_status("PROVISIONED",id=customer_router['id'],type="edge-router",wait=999,progress=True)
381-
customer_router_registration = network.get_edge_router_registration(id=customer_router['id'])
381+
customer_router_registration = network.rotate_edge_router_registration(id=customer_router['id'])
382382
except:
383383
raise
384384
print("INFO: Ready to register branch exit Edge Router {name} with key {key} (expires {expiry})".format(

0 commit comments

Comments
 (0)