Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ get_domain
Method
get_domain
systemvm/debian/opt/cloud/bin/cs/CsDatabag.py:98–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
96
return
"unknown"
97
98
def
get_domain(self):
99
if
"domain"
in self.idata():
100
return
self.idata()[
'domain'
]
101
else
:
102
return
"cloudnine.internal"
103
104
def
get_vpccidr(self):
105
if
"vpccidr"
in self.idata():
Callers
nothing calls this directly
Calls
1
idata
Method · 0.95
Tested by
no test coverage detected