ironic/releasenotes/notes/remove-policy-json-be92ffdba7bda951.yaml
John Garbutt d336978834 Remove sample policy and config files
Now we have docs, lets point people there rather than attempting to
maintain a copy in tree.

Also update the devstack plugin to know nothing about policy.json, as it
never allowed for customizing the location or the contents anyhow, and
to build ironic.conf from scratch rather than from the sample.

Change-Id: I10a4987204eb335f1fed29d4b1d7f3e075aa1792
2018-02-02 11:21:29 +00:00

16 lines
667 B
YAML

---
upgrade:
- |
The default policy file located at ``etc/ironic/policy.json`` was removed
in this release, as no policy file is required to run the ironic-api
service.
other:
- |
The sample configuration file located at ``etc/ironic/ironic.conf.sample``
and the sample policy file located at ``etc/ironic/policy.json.sample``
were removed in this release, as they are now published with documentation.
See `the sample configuration file
<https://docs.openstack.org/ironic/latest/configuration/sample-config.html>`_
and `the sample policy file
<https://docs.openstack.org/ironic/latest/configuration/sample-policy.html>`_.