summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-deprecated-dhcp-provider-methods-582742f3000be3c7.yaml
blob: 2d0409e09f934fa49d5c69ec599c458e549447e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
upgrade:
  - |
    Removes these deprecated methods from the neutron DHCP provider built into
    ironic:

    * create_cleaning_ports
    * delete_cleaning_ports

    Removes these related methods from ``ironic.drivers.modules.deploy_utils``:

    * prepare_cleaning_ports
    * tear_down_cleaning_ports

    If you have your own custom ironic DHCP provider that implements
    cleaning methods, you may need to update your code to use the
    ``add_cleaning_network()`` and ``remove_cleaning_network()`` network
    interface methods. See the modules in ``ironic/drivers/modules/network/``
    for more information.