2016-11-17 11:03:00 +02:00
|
|
|
---
|
|
|
|
upgrade:
|
|
|
|
- |
|
2017-02-08 16:37:05 -05:00
|
|
|
Removes these deprecated methods from the neutron DHCP provider built into
|
|
|
|
ironic:
|
2016-11-17 11:03:00 +02:00
|
|
|
|
|
|
|
* create_cleaning_ports
|
|
|
|
* delete_cleaning_ports
|
|
|
|
|
2017-02-08 16:37:05 -05:00
|
|
|
Removes these related methods from ``ironic.drivers.modules.deploy_utils``:
|
2016-11-17 11:03:00 +02:00
|
|
|
|
|
|
|
* 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
|
2017-02-08 16:37:05 -05:00
|
|
|
``add_cleaning_network()`` and ``remove_cleaning_network()`` network
|
|
|
|
interface methods. See the modules in ``ironic/drivers/modules/network/``
|
|
|
|
for more information.
|