Skip to content

Commit

Permalink
fix prep_switch_interface url
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Fencik committed Nov 7, 2024
1 parent bc105c1 commit 72a0b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def update_nautobot_for_tenant(
# Making this http request directly because it was not clear how to get
# the pynautobot api client to call an arbitrary endpoint:

uri = f"{nb_url}/api/plugins/undercloud-vni/ucvni_jobs/prep_switch_interface"
uri = f"{nb_url}/api/plugins/undercloud-vni/prep_switch_interface"
payload = {
"ucvni_id": str(ucvni_id),
"server_interface_mac": str(server_interface_mac),
Expand Down

0 comments on commit 72a0b04

Please sign in to comment.