Review: Needs Fixing
Diff comments: > diff --git a/src/metadataserver/api_twisted.py > b/src/metadataserver/api_twisted.py > index c065aee..16ec3a5 100644 > --- a/src/metadataserver/api_twisted.py > +++ b/src/metadataserver/api_twisted.py > @@ -18,7 +18,7 @@ from twisted.web.server import NOT_DONE_YET > from maasserver.api.utils import extract_oauth_key_from_auth_header > from maasserver.enum import NODE_STATUS, NODE_TYPE > from maasserver.forms.pods import PodForm > -from maasserver.models import Interface, Node, NodeMetadata, StaticIPAddress This branch still needs NodeMetada, this patch won't apply cleanly > +from maasserver.models import Interface, Node > from maasserver.preseed import CURTIN_INSTALL_LOG > from maasserver.utils.orm import ( > in_transaction, -- https://code.launchpad.net/~lloydwaltersj/maas/+git/maas/+merge/444165 Your team MAAS Committers is subscribed to branch maas:3.2. -- Mailing list: https://launchpad.net/~sts-sponsors Post to : [email protected] Unsubscribe : https://launchpad.net/~sts-sponsors More help : https://help.launchpad.net/ListHelp

