Skip to content

Commit bd4f8f5

Browse files
authored
Merge pull request #918 from rackerlabs/fix_nautobot_typo
fix: ucvni url typo in nautobot client
2 parents 173a353 + 5342489 commit bd4f8f5

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)