Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ del_host
Method
del_host
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py:242–244 ·
view source on GitHub ↗
(self, ip)
Source
from the content-addressed store, hash-verified
240
self.hosts[ip] = hosts
241
242
def
del_host(self, ip):
243
if
ip in self.hosts:
244
self.hosts.pop(ip)
Callers
1
delete_leases
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected