diff options
author | Ruby Loo <rloo@yahoo-inc.com> | 2015-11-19 17:38:32 +0000 |
---|---|---|
committer | Ruby Loo <rloo@yahoo-inc.com> | 2016-02-10 16:03:28 +0000 |
commit | 9220cbd385d8bfd41c2465306a5dc1b56de570b6 (patch) | |
tree | 14e34c6c66e09b0b6e4ef5cf764ea0e35ee28f7a /doc | |
parent | c9f96d6d79c2b20a5c39ab98f4084cfd2d842e07 (diff) | |
download | ironic-9220cbd385d8bfd41c2465306a5dc1b56de570b6.tar.gz |
Replace config 'clean_nodes' with 'automated_clean'
Since we have automated cleaning and manual cleaning, the config
'clean_nodes' is a bit confusing since it only refers to automated
cleaning. It is replaced with 'automated_clean'.
This deprecates the 'clean_nodes' config; the plan is to delete it
in Newton cycle.
Updates to the documentation to explicitly mention automated vs
manual cleaning is done in a separate patch.
This includes a reno-style release note about the upgrade impact.
Change-Id: I5b4fbac1753cb4213eb151b663490f381b751597
Partial-Bug: #1526290
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/deploy/cleaning.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/deploy/cleaning.rst b/doc/source/deploy/cleaning.rst index 8b4cf2345..ad61168d6 100644 --- a/doc/source/deploy/cleaning.rst +++ b/doc/source/deploy/cleaning.rst @@ -28,7 +28,7 @@ Enabling cleaning To enable cleaning, ensure your ironic.conf is set as follows: :: [conductor] - clean_nodes=true + automated_clean=true This will enable the default set of steps, based on your hardware and ironic drivers. If you're using an agent_* driver, this includes, by default, erasing |