9931ef9ca2
In August 2013 the blueprint "image-multiple-location" got merged with commit 6f9ed56. This commit introduced another way of downloading images from glance, despite the normal way via HTTP. After discussing this in IRC, we believe that this feature was never used in any production environment (it was designed for a Rackspace use case which never made it to reality) and that the plugin mechanism of image downloaders isn't the way to go, this change will deprecate the feature. Change-Id: I67e2cbf956286132da90ad6a4c6d5075d99177a9
8 lines
387 B
YAML
8 lines
387 B
YAML
---
|
|
deprecations:
|
|
- The feature to download *Glance* images via file transfer instead
|
|
of HTTP is now deprecated and may be removed as early as the 15.0.0
|
|
release. The config options ``filesystems`` in the section
|
|
``image_file_url`` are affected as well as the derived sections
|
|
``image_file_url:<list entry name>`` and their config options
|
|
``id`` and ``mountpoint``. |