nova/releasenotes/notes/remove-deprecated-api-opts-d01d97fa19330e06.yaml
Stephen Finucane 1b112acb34 conf: Remove deprecated 'allow_instance_snapshots' opt
This flag was deprecated in a previous cycle. The flag and any uses of
it can now be removed.

Change-Id: I2224f38b9fa86b70425b25404a27c5c37d477cf3
2018-03-12 14:40:11 +00:00

14 lines
486 B
YAML

---
upgrade:
- |
The following deprecated configuration options have been removed from the
``api`` section of ``nova.conf``:
- ``allow_instance_snapshots``
These were deprecated in the 16.0.0 release as they allowed inconsistent
API behavior across deployments. To disable snapshots in the
``createImage`` server action API, change the
``os_compute_api:servers:create_image`` and
``os_compute_api:servers:create_image:allow_volume_backed`` policies.