[Bug 994781] Re: removing a node when it has failed commissioning is not possible from the UI
Raphaël Badin
994781 at bugs.launchpad.net
Thu May 24 15:47:19 UTC 2012
You can delete a node like this:
$ sudo maas
> from maasserver.models import Node
> node = Node.objects.get(hostname='myhostname')
> node.delete()
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/994781
Title:
removing a node when it has failed commissioning is not possible from
the UI
To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/994781/+subscriptions
More information about the Ubuntu-server-bugs
mailing list