Skip to content

Commit 5342489

Browse files
Milan FencikMilan Fencik
Milan Fencik
authored and
Milan Fencik
committed
fix ucvni url typo in nautobot client
1 parent 173a353 commit 5342489

File tree

1 file changed

+1
-1
lines changed
  • python/neutron-understack/neutron_understack

1 file changed

+1
-1
lines changed

python/neutron-understack/neutron_understack/nautobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def ucvni_create(
9191

9292
def ucvni_delete(self, network_id: str) -> bool:
9393
try:
94-
return self.api.plugins.undercloud_vni.ucnvis.delete([network_id])
94+
return self.api.plugins.undercloud_vni.ucvnis.delete([network_id])
9595
except pynautobot.RequestError as e:
9696
raise NautobotRequestError.from_nautobot_request_error(e) from e
9797

0 commit comments

Comments
 (0)