Merge "Remove oom method since it has never been implemented"
This commit is contained in:
commit
2df8d325f8
@ -105,7 +105,6 @@ Available actions:
|
||||
* `reboot` - reboot all nodes gracefully
|
||||
* `poweroff` - power off all nodes abruptly
|
||||
* `reset` - reset (cold restart) all nodes
|
||||
* `oom` - fill all node's RAM
|
||||
* `disconnect` - disable network with the specified name on all nodes
|
||||
* `connect` - enable network with the specified name on all nodes
|
||||
|
||||
|
@ -140,13 +140,6 @@ class NodeCollection(utils.ReprMixin):
|
||||
task = {'command': 'reboot now'}
|
||||
self.cloud_management.execute_on_cloud(self.hosts, task)
|
||||
|
||||
@public
|
||||
def oom(self):
|
||||
"""Fill all node's RAM
|
||||
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
@public
|
||||
def poweroff(self):
|
||||
"""Power off all nodes abruptly
|
||||
|
Loading…
x
Reference in New Issue
Block a user