Merge "Change 'decom' to clean/cleaning"

This commit is contained in:
Jenkins 2016-10-16 16:29:52 +00:00 committed by Gerrit Code Review
commit 47df7d2cdf
2 changed files with 2 additions and 2 deletions
install-guide/source
ironic/drivers/modules

@ -34,7 +34,7 @@ ironic-api
ironic-conductor
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
A python service which is run in a temporary ramdisk to provide

@ -737,7 +737,7 @@ class BaseAgentVendor(AgentDeployMixin, base.VendorInterface):
"""Find a matching node for the agent.
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
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