7cff130795
This adds an initial test for glance image interoperable import that uses the glance-direct method. It will skip if the server does not support glance-direct. Adding feature flag to enable the import tests as devstack on stable branches cannot support image import feature. Change-Id: I09e7fb4e7758edd5256ae70ceeea6f143466c3e3
18 lines
508 B
YAML
18 lines
508 B
YAML
---
|
|
features:
|
|
- |
|
|
Add glance image import APIs function to v2
|
|
images_client library.
|
|
|
|
* stage_image_file
|
|
* info_import
|
|
* info_stores
|
|
* image_import
|
|
other:
|
|
- |
|
|
New configuration options
|
|
``CONF.glance.image_feature_enabled.image_import`` has been introduced
|
|
to enable the image import tests. If your glance deployement support
|
|
image import functionality then you can enable the image import tests
|
|
via this flag. Default value of this new config option is false.
|