Change 'decom' to clean/cleaning
Decommissioning used to be a thing, but it was changed to cleaning. Change references to 'decom' to the appropiate clean/cleaning word. Change-Id: Ieeed5aae959e0b341ab1056fb84d65d41d3a05fd
This commit is contained in:
parent
0e3b3e8671
commit
e4b08df514
@ -34,7 +34,7 @@ ironic-api
|
|||||||
|
|
||||||
ironic-conductor
|
ironic-conductor
|
||||||
Adds/edits/deletes nodes; powers on/off nodes with ipmi or ssh;
|
Adds/edits/deletes nodes; powers on/off nodes with ipmi or ssh;
|
||||||
provisions/deploys/decommissions bare metal nodes.
|
provisions/deploys/cleans bare metal nodes.
|
||||||
|
|
||||||
ironic-python-agent
|
ironic-python-agent
|
||||||
A python service which is run in a temporary ramdisk to provide
|
A python service which is run in a temporary ramdisk to provide
|
||||||
|
@ -733,7 +733,7 @@ class BaseAgentVendor(AgentDeployMixin, base.VendorInterface):
|
|||||||
"""Find a matching node for the agent.
|
"""Find a matching node for the agent.
|
||||||
|
|
||||||
Method to be called the first time a ramdisk agent checks in. This
|
Method to be called the first time a ramdisk agent checks in. This
|
||||||
can be because this is a node just entering decom or a node that
|
can be because this is a node just entering cleaning or a node that
|
||||||
rebooted for some reason. We will use the mac addresses listed in the
|
rebooted for some reason. We will use the mac addresses listed in the
|
||||||
kwargs to find the matching node, then return the node object to the
|
kwargs to find the matching node, then return the node object to the
|
||||||
agent. The agent can that use that UUID to use the node vendor
|
agent. The agent can that use that UUID to use the node vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user