e9e4d8870c
python-swiftclient stopped supporting the temp url structure used when radosgw was set as the endpoint_type in ocata, meaning only Newton and older versions of python-swiftclient will work. Newton is deprecated, so remove the option. This breaks the deprecation cycle, but since it has been not working for so long it needs to just be dropped. Change-Id: Ibdc93b049b7e1ae34cac9e1f599786439c46a685
10 lines
428 B
YAML
10 lines
428 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``swift/endpoint_type`` configuration option is now removed.
|
|
python-swiftclient 3.2.0 (Ocata) and above removed support for the native
|
|
URL type used by radosgw. Since using a ``swift/endpoint_type`` value of
|
|
``radosgw`` would fail anyway, it is removed. Deployers must now configure
|
|
ceph with ``rgw swift account in url = True``. This must be set before
|
|
upgrading to this release.
|