update pyeclib and liberasurecode links

Change-Id: Ic6d04083618362778363fea1570caaa865e44557
Signed-off-by: Thiago da Silva <thiago@redhat.com>
This commit is contained in:
Thiago da Silva 2016-06-02 23:02:55 -04:00
parent 9fc32661d4
commit 886fa0822a
2 changed files with 6 additions and 6 deletions

View File

@ -109,8 +109,8 @@ Other
* `Better Staticweb <https://github.com/CloudVPS/better-staticweb>`_ - Makes swift containers accessible by default. * `Better Staticweb <https://github.com/CloudVPS/better-staticweb>`_ - Makes swift containers accessible by default.
* `Django Swiftbrowser <https://github.com/cschwede/django-swiftbrowser>`_ - Simple Django web app to access OpenStack Swift. * `Django Swiftbrowser <https://github.com/cschwede/django-swiftbrowser>`_ - Simple Django web app to access OpenStack Swift.
* `Swift-account-stats <https://github.com/enovance/swift-account-stats>`_ - Swift-account-stats is a tool to report statistics on Swift usage at tenant and global levels. * `Swift-account-stats <https://github.com/enovance/swift-account-stats>`_ - Swift-account-stats is a tool to report statistics on Swift usage at tenant and global levels.
* `PyECLib <https://bitbucket.org/kmgreen2/pyeclib>`_ - High Level Erasure Code library used by Swift * `PyECLib <https://github.com/openstack/pyeclib>`_ - High Level Erasure Code library used by Swift
* `liberasurecode <http://www.bytebucket.org/tsg-/liberasurecode>`_ - Low Level Erasure Code library used by PyECLib * `liberasurecode <https://github.com/openstack/liberasurecode>`_ - Low Level Erasure Code library used by PyECLib
* `Swift Browser <https://github.com/zerovm/swift-browser>`_ - JavaScript interface for Swift * `Swift Browser <https://github.com/zerovm/swift-browser>`_ - JavaScript interface for Swift
* `swift-ui <https://github.com/fanatic/swift-ui>`_ - OpenStack Swift web browser * `swift-ui <https://github.com/fanatic/swift-ui>`_ - OpenStack Swift web browser
* `Swift Durability Calculator <https://github.com/enovance/swift-durability-calculator>`_ - Data Durability Calculation Tool for Swift * `Swift Durability Calculator <https://github.com/enovance/swift-durability-calculator>`_ - Data Durability Calculation Tool for Swift

View File

@ -96,7 +96,7 @@ advantage of many well-known C libraries such as:
PyECLib uses a C based library called liberasurecode to implement the plug in PyECLib uses a C based library called liberasurecode to implement the plug in
infrastructure; liberasure code is available at: infrastructure; liberasure code is available at:
* liberasurecode: https://bitbucket.org/tsg-/liberasurecode * liberasurecode: https://github.com/openstack/liberasurecode
PyECLib itself therefore allows for not only choice but further extensibility as PyECLib itself therefore allows for not only choice but further extensibility as
well. PyECLib also comes with a handy utility to help determine the best well. PyECLib also comes with a handy utility to help determine the best
@ -105,7 +105,7 @@ configurations may vary in performance per algorithm). More on this will be
covered in the configuration section. PyECLib is included as a Swift covered in the configuration section. PyECLib is included as a Swift
requirement. requirement.
For complete details see `PyECLib <https://bitbucket.org/kmgreen2/pyeclib>`_ For complete details see `PyECLib <https://github.com/openstack/pyeclib>`_
------------------------------ ------------------------------
Storing and Retrieving Objects Storing and Retrieving Objects
@ -215,7 +215,7 @@ Let's take a closer look at each configuration parameter:
PyECLib back-end. This specifies the EC scheme that is to be used. For PyECLib back-end. This specifies the EC scheme that is to be used. For
example the option shown here selects Vandermonde Reed-Solomon encoding while example the option shown here selects Vandermonde Reed-Solomon encoding while
an option of ``flat_xor_hd_3`` would select Flat-XOR based HD combination an option of ``flat_xor_hd_3`` would select Flat-XOR based HD combination
codes. See the `PyECLib <https://bitbucket.org/kmgreen2/pyeclib>`_ page for codes. See the `PyECLib <https://github.com/openstack/pyeclib>`_ page for
full details. full details.
* ``ec_num_data_fragments``: The total number of fragments that will be * ``ec_num_data_fragments``: The total number of fragments that will be
comprised of data. comprised of data.