We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 173a353 + 5342489 commit bd4f8f5Copy full SHA for bd4f8f5
python/neutron-understack/neutron_understack/nautobot.py
@@ -91,7 +91,7 @@ def ucvni_create(
91
92
def ucvni_delete(self, network_id: str) -> bool:
93
try:
94
- return self.api.plugins.undercloud_vni.ucnvis.delete([network_id])
+ return self.api.plugins.undercloud_vni.ucvnis.delete([network_id])
95
except pynautobot.RequestError as e:
96
raise NautobotRequestError.from_nautobot_request_error(e) from e
97
0 commit comments