50
50
// MAAS does not do firewalling so these port methods do nothing.
51
51
func (mi *maasInstance) OpenPorts(machineId string, ports []instance.Port) error {
56
56
func (mi *maasInstance) ClosePorts(machineId string, ports []instance.Port) error {
61
61
func (mi *maasInstance) Ports(machineId string) ([]instance.Port, error) {
63
63
return []instance.Port{}, nil