From e4b08df514eda1062a6464110639448ad5023aa3 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 19 Sep 2016 09:43:05 -0700 Subject: [PATCH] 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 --- install-guide/source/get_started.rst | 2 +- ironic/drivers/modules/agent_base_vendor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-guide/source/get_started.rst b/install-guide/source/get_started.rst index 9fcb1d0e7a..c394b297a9 100644 --- a/install-guide/source/get_started.rst +++ b/install-guide/source/get_started.rst @@ -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 diff --git a/ironic/drivers/modules/agent_base_vendor.py b/ironic/drivers/modules/agent_base_vendor.py index 75d33f44b6..093ffbe178 100644 --- a/ironic/drivers/modules/agent_base_vendor.py +++ b/ironic/drivers/modules/agent_base_vendor.py @@ -733,7 +733,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