ironic/releasenotes/notes/remove-ansible_deploy-driver-options-a28dc2f36110a67a.yaml
Pavlo Shchelokovskyy 1a3a2c413e Remove deprecated ansible driver options
these are ansible_deploy_username and ansible_deploy_key_file.
Operators will have to set ansible_username and ansible_key_file
node drover_info fields instead.

Change-Id: I12a65aed63e4d1889f403ed8cdff1489ff762628
2018-06-07 12:57:37 +03:00

9 lines
305 B
YAML

---
upgrade:
- |
Deprecated options ``ansible_deploy_username`` and
``ansible_deploy_key_file`` in node driver_info for the ``ansible``
deploy interface were removed and will be ignored.
Use ``ansible_username`` and ``ansible_key_file`` options in the node
driver_info respectively.