interoperable-image-import.rst (glance-20.0.0) | : | interoperable-image-import.rst (glance-20.0.1) | ||
---|---|---|---|---|
skipping to change at line 233 | skipping to change at line 233 | |||
Starting with Ussuri release, it is possible to copy existing image data | Starting with Ussuri release, it is possible to copy existing image data | |||
into multiple stores using interoperable image import workflow. | into multiple stores using interoperable image import workflow. | |||
Operator or end user can either copy the existing image by specifying | Operator or end user can either copy the existing image by specifying | |||
``all_stores`` as True in request body or by passing list of desired | ``all_stores`` as True in request body or by passing list of desired | |||
stores in request body. If ``all_stores`` is specified and image data | stores in request body. If ``all_stores`` is specified and image data | |||
is already present in some of the available stores then those stores | is already present in some of the available stores then those stores | |||
will be silently excluded from the list of all configured stores, whereas | will be silently excluded from the list of all configured stores, whereas | |||
if ``all_stores`` is False, ``stores`` are specified in explicitly in | if ``all_stores`` is False, ``stores`` are specified in explicitly in | |||
request body and if image data is present in any of the specified store | request body and if image data is present in any of the specified store | |||
then the request will be rejected. | then the request will be rejected. In case of ``all_stores`` is specified | |||
in request body and cloud operator has also configured a read-only | ||||
``http`` store then it will be excluded explicitly. | ||||
Image will be copied to staging area from one of the available locations | Image will be copied to staging area from one of the available locations | |||
and then import processing will be continued using import workflow as | and then import processing will be continued using import workflow as | |||
explained in below ``Importing in multiple stores`` section. | explained in below ``Importing in multiple stores`` section. | |||
Importing in multiple stores | Importing in multiple stores | |||
---------------------------- | ---------------------------- | |||
Starting with Ussuri, it is possible to import data into multiple stores | Starting with Ussuri, it is possible to import data into multiple stores | |||
using interoperable image import workflow. | using interoperable image import workflow. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |