diff options
author | Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com> | 2016-04-11 16:25:21 -0700 |
---|---|---|
committer | Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com> | 2016-04-13 21:58:40 -0700 |
commit | 15674eee47632e63090cb3c498015a8bb4b998ed (patch) | |
tree | d5c6744bc08b23591560913270f1e555dc607fe4 /releasenotes/notes | |
parent | 38e554c77a4d02bcb25d83c47dab0692f081efc4 (diff) | |
download | ironic-15674eee47632e63090cb3c498015a8bb4b998ed.tar.gz |
Remove two deprecated config option names from [agent] section
Remove two deprecated options from the config group section [agent]
that were deprecated in the Liberty cycle. Those options are:
- agent_erase_devices_priority
- agent_erase_devices_iterations
These options had been renamed and deprecated by commit
9a35ca19b4872af2e02cb83b21a3746732802e74
Change-Id: I9c6df0979c2814b5f26f8fb596de6cf07e4f76aa
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/remove-deprecated-option-names-6d5d53cc70dd2d49.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-deprecated-option-names-6d5d53cc70dd2d49.yaml b/releasenotes/notes/remove-deprecated-option-names-6d5d53cc70dd2d49.yaml new file mode 100644 index 000000000..3231c4d75 --- /dev/null +++ b/releasenotes/notes/remove-deprecated-option-names-6d5d53cc70dd2d49.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + In the config section ``[agent]`` two config options were deprecated in the + Liberty cycle and they have been removed. The options were named: + + * ``[agent]/agent_erase_devices_priority`` + * ``[agent]/agent_erase_devices_iterations`` + |