Skip to content

Commit 72a0b04

Browse files
committed
fix prep_switch_interface url
1 parent bc105c1 commit 72a0b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/understack-workflows/understack_workflows/main/undersync_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def update_nautobot_for_tenant(
7979
# Making this http request directly because it was not clear how to get
8080
# the pynautobot api client to call an arbitrary endpoint:
8181

82-
uri = f"{nb_url}/api/plugins/undercloud-vni/ucvni_jobs/prep_switch_interface"
82+
uri = f"{nb_url}/api/plugins/undercloud-vni/prep_switch_interface"
8383
payload = {
8484
"ucvni_id": str(ucvni_id),
8585
"server_interface_mac": str(server_interface_mac),

0 commit comments

Comments
 (0)