43fe032a15
The introduction of this option predates Gerrit [1]. It is
not used consistently, since it's not used for createBackup
or shelve APIs which also create snapshots. And it's not
discoverable.
We need to deprecate this option and anyone that cares to
disable snapshots needs to do it via policy.
[1] 9633e9877c
Change-Id: I321c04376d86ddb1bb3c8f1fa938a7b424e658d0
8 lines
319 B
YAML
8 lines
319 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``[api]/allow_instance_snapshots`` configuration option is now
|
|
deprecated for removal. 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.
|