Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ idata
Method
idata
systemvm/debian/opt/cloud/bin/cs/CsDatabag.py:55–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
""
" Get cmdline config parameters "
""
54
55
def
idata(self):
56
if
"config"
not in self.dbag:
57
self.dbag[
'config'
] = {}
58
return
self.dbag[
'config'
]
59
60
def
set_guest_gw(self, val):
61
self.idata()[
'guestgw'
] = val
Callers
15
set_guest_gw
Method · 0.95
get_guest_gw
Method · 0.95
get_guest_ip6gateway
Method · 0.95
get_guest_ip6cidr_size
Method · 0.95
is_redundant
Method · 0.95
set_redundant
Method · 0.95
get_name
Method · 0.95
get_type
Method · 0.95
get_domain
Method · 0.95
get_vpccidr
Method · 0.95
get_eth0_ip
Method · 0.95
get_cidr_size
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_idata
Method · 0.64