Re-enable the erasurecode storage policy for RHEL

We disabled the erasurecode storage policy for CentOS builds, because
the version of liberasurecode caused issues in some gate jobs.

The release of pike now means that liberasurecode 1.5.0 is setup by
default, which resolves this issue. We should re-enable the
erasure code storage policy.

Change-Id: I96a2609bad7d1bcc9faf85d3561d00c8e047c18a
This commit is contained in:
Andy McCrae 2018-03-17 12:03:19 +00:00
parent a75a1b5047
commit 5dcc7d99d8

View File

@ -51,6 +51,5 @@ swift:
ec_num_data_fragments: 3
ec_num_parity_fragments: 2
ec_object_segment_size: 1048576
deprecated: "{{ ((ansible_os_family | lower) == 'redhat') | ternary('yes', 'no') }}"
swift_package_state: present