be86b27e02
The "S3ImageService" class needed config options to set the
expected behavior. This class is not referenced in the code anymore,
as we deprecated S3 in Kilo and removed (most of) the code in Mitaka
with commit 4140eb4
with a proper release note.
This change deprecates the s3 image module related config options.
Change-Id: I65e2973b6660e36c791e1c644cfca9da7519d716
9 lines
488 B
YAML
9 lines
488 B
YAML
---
|
|
deprecations:
|
|
- As mentioned in the release notes of the Mitaka release (version 13.0.0),
|
|
the EC2API support was fully removed. The *s3* image service related
|
|
config options were still there but weren't used anywhere in the code
|
|
since Mitaka. These are now deprecated and may be removed as early as the
|
|
15.0.0 release. This affects ``image_decryption_dir``, ``s3_host``,
|
|
``s3_port``, ``s3_access_key``, ``s3_secret_key``, ``s3_use_ssl``,
|
|
``s3_affix_tenant``. |