~wallyworld/juju-core/fast-lxc-everywhere

« back to all changes in this revision

Viewing changes to provider/local/instance.go

Megre trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                }}
46
46
                return addrs, nil
47
47
        }
48
 
        return nil, errors.NewNotImplementedError("localInstance.Addresses")
 
48
        return nil, errors.NotImplementedf("localInstance.Addresses")
49
49
}
50
50
 
51
51
// DNSName implements instance.Instance.DNSName.