Skip to content

Commit

Permalink
Merge pull request #449 from rackerlabs/fix_prep_switch_int_url
Browse files Browse the repository at this point in the history
fix: fix prep_switch_interface url
  • Loading branch information
nicholaskuechler authored Nov 7, 2024
2 parents bc105c1 + 72a0b04 commit 21624f8
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 21624f8

Please sign in to comment.