glance/releasenotes/notes/add-glance-download-method-be6d9e927b8b0a43.yaml
Pierre-Samuel Le Stang 480ea3825f Implement glance-download internal plugin
Add a new import method called glance-download
that implements a glance to glance download in
a multi-region cloud with a federated Keystone.

This method will copy the image data and
selected metadata to the target glance, checking
that the downloaded size match the "size" image
attribute in the source glance.

Implements: blueprint glance-download-import
Co-Authored-By: Victor Coutellier <victor.coutellier@gmail.com>
Change-Id: Ic51c5fd87caf04d38aeaf758ad2d0e2f28098e4d
2022-08-23 08:26:52 -07:00

11 lines
489 B
YAML

---
features:
- |
Glance to glance image import plugin. With this release users can import
an image from an other glance server from an other opensatck region.
The two glance services must use the same keystone service. The feature
use the same keystone authentication token on both glance services and
copy by default container_format, disk_format and customizable properties
from source image ``['hw_', 'trait:', 'os_distro', 'os_secure_boot',
'os_type']``