(self)
| 102 | return "cloudnine.internal" |
| 103 | |
| 104 | def get_vpccidr(self): |
| 105 | if "vpccidr" in self.idata(): |
| 106 | return self.idata()['vpccidr'] |
| 107 | else: |
| 108 | return "unknown" |
| 109 | |
| 110 | def get_eth0_ip(self): |
| 111 | if "eth0ip" in self.idata(): |
no test coverage detected