nova/releasenotes/notes/deprecate_xenapi_torrent_downloader-ebcbb3d5f929d893.yaml
Stephen Finucane bee269cf3d conf: Deprecate 'torrent_' options
These are not tested and the feature either needs test coverage or
should be deprecated. Take the latter option, deprecating the feature
for a cycle to see if anyone actually cares about the feature.

Change-Id: I90206e6554bcbf5cd9105aa975c447c69640c923
Implements: bp centralize-config-options-ocata
2016-11-29 10:12:49 +00:00

17 lines
586 B
YAML

---
deprecations:
- |
The XenServer driver provides support for downloading images via torrents.
This feature has not been tested, and it's not clear whether there's a
clear use case for such a feature. As a result, this feature is now
deprecated as are the following config options.
* ``torrent_base_url``
* ``torrent_seed_chance``
* ``torrent_seed_duration``
* ``torrent_max_last_accessed``
* ``torrent_listen_port_start``
* ``torrent_listen_port_end``
* ``torrent_download_stall_cutoff``
* ``torrent_max_seeder_processes_per_host``