bc8b321fe2
This patch updates all the roles to the latest available SHA's, updates all the OpenStack Service SHA's and also updates the appropriate python requirements pins. Change-Id: Ia9cb9dd47b391ebcbcc26d320245e3a7e4751568
15 lines
677 B
YAML
15 lines
677 B
YAML
---
|
|
features:
|
|
- The ``openstack-ansible-os_swift`` role will now prevent
|
|
deployers from changing the ``swift_hash_path_prefix`` and
|
|
``swift_hash_path_suffix`` variables on clusters that already
|
|
have a value set in ``/etc/swift/swift.conf``.
|
|
You can set the new ``swift_force_change_hashes`` variable to
|
|
``True`` to force the ``swift_hash_path_`` variables to be
|
|
changed.
|
|
We recommend setting this by running the os-swift.yml playbook
|
|
with ``-e swift_force_change_hashes=True``, to avoid changing
|
|
the ``swift_hash_path_`` variables unintentionally.
|
|
Use with caution, changing the ``swift_hash_path_`` values
|
|
causes end-user impact.
|