ironic/releasenotes/notes/build_instance_info-c7e3f12426b48965.yaml
Ruby Loo 8407c27366 Remove ..agent.build_instance_info_for_deploy() in Pike
This is a followup to I0ce425325ad01455c72a96e013114509bbd74a66.
Our deprecation/removal policy is to deprecate for at least 3 months
and one cycle boundary, so we cannot delete build_instance_info_for_deploy()
from ironic.drivers.modules.agent until Pike.

This adds a release note about the deprecation.

Change-Id: Ib4cf73a46c1a947bea65d6a54c77e955102b68f9
2016-10-18 09:55:02 -04:00

7 lines
294 B
YAML

---
deprecations:
- The function build_instance_info_for_deploy() is deprecated from
ironic.drivers.modules.agent and will be removed in the Pike cycle.
Its new home is ironic.drivers.modules.deploy_utils. Out-of-tree
drivers that use this function should be updated accordingly.