puppet-ironic/releasenotes/notes/drivers-deploy-e97b41f507b402fb.yaml
Dmitry Tantsur 3ef3fb1419 Move parameters from ironic::drivers::deploy to ironic::conductor
Both http_url and http_root are no longer specific to the PXE driver,
they can be used by several drivers for different purpose.
Also ironic::drivers::deploy is a confusing name: there is no "deploy driver"
in Ironic, we have deploy interface, with several implementations.

This change deprecates ironic::drivers::deploy and moves its parameters
to ironic::conductor where they actually belong.

Change-Id: I513d826e3af2dd3b9e754f8845e3a6602b142550
2016-08-30 09:21:26 +02:00

6 lines
132 B
YAML

---
deprecations:
- |
Deprecated ``ironic::drivers::deploy`` manifest, use parameters from
``ironic::conductor`` instead.